We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b71646 commit ab7d246Copy full SHA for ab7d246
.github/workflows/upload.yaml
@@ -31,6 +31,6 @@ jobs:
31
aws-region: us-east-1
32
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
33
- run: just upload
34
- if: ${{ github.inputs.nightly }}
+ if: ${{ inputs.nightly }}
35
- run: just upload nightly
36
0 commit comments