We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ee504 commit d98d8d2Copy full SHA for d98d8d2
.github/workflows/main.yml
@@ -33,7 +33,7 @@ jobs:
33
needs: build
34
env:
35
PR_PREFIX: sdkAuto/
36
- if: ${{ github.actor == 'openapi-sdkautomation' }}
+ if: ${{ github.actor == 'openapi-sdkautomation[bot]' }}
37
steps:
38
- uses: actions/checkout@v2
39
0 commit comments