Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecotillo authored Jan 13, 2021
1 parent dfbcdfc commit 538398f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
needs: build
env:
PR_PREFIX: sdkAuto/
if: ${{ github.actor == 'openapi-sdkautomation[bot]' }}
if: ${{ github.event.pull_request.user.login == 'openapi-sdkautomation[bot]' }}
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 538398f

Please sign in to comment.