Skip to content

Commit 6b47f73

Browse files
authored
Update main.yml
fix actor value
1 parent 73ee2a4 commit 6b47f73

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
@@ -32,7 +32,7 @@ jobs:
3232
automerge:
3333
runs-on: ubuntu-latest
3434
needs: build
35-
if: ${{ github.actor == 'AzureSDKAutomation' && startsWith(github.head_ref, 'sdkAuto/') }}
35+
if: ${{ contains(github.actor, 'openapi-sdkautomation') && startsWith(github.head_ref, 'sdkAuto/') }}
3636
steps:
3737
- uses: actions/checkout@v2
3838

0 commit comments

Comments
 (0)