We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f55b28d commit 6a51c2bCopy full SHA for 6a51c2b
.github/workflows/build.yml
@@ -184,7 +184,7 @@ jobs:
184
env:
185
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
186
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
187
- if: github.event_name == 'push' || (github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested')
+ if: github.event_name == 'push' || (github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested'))
188
- name: Install upload deps
189
run: |
190
pip install uritemplate
0 commit comments