Skip to content

Commit

Permalink
Merge pull request #2344 from Azure/jcotillo/fix_ci_user
Browse files Browse the repository at this point in the history
[CI] Edit bot username (GH action)
  • Loading branch information
jorgecotillo authored Apr 28, 2022
2 parents 492cb19 + d06b4a1 commit 93a7205
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 @@ -64,7 +64,7 @@ jobs:
needs: schema-tests
env:
PR_PREFIX: sdkAuto/
if: ${{ github.event.pull_request.user.login == 'azure-sdk[bot]' }}
if: ${{ github.event.pull_request.user.login == 'azure-sdk' }}
steps:
- uses: actions/[email protected]

Expand Down

0 comments on commit 93a7205

Please sign in to comment.