Skip to content

Commit 09cd940

Browse files
authored
Merge pull request #1360 from Azure/jorgecotillo-patch-1
Update GH action actor name
2 parents b9ee504 + d98d8d2 commit 09cd940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
needs: build
3434
env:
3535
PR_PREFIX: sdkAuto/
36-
if: ${{ github.actor == 'openapi-sdkautomation' }}
36+
if: ${{ github.actor == 'openapi-sdkautomation[bot]' }}
3737
steps:
3838
- uses: actions/checkout@v2
3939

0 commit comments

Comments
 (0)