Skip to content

Commit ab7d246

Browse files
committed
no github. nightly:true
1 parent 3b71646 commit ab7d246

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upload.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
aws-region: us-east-1
3232
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
3333
- run: just upload
34-
if: ${{ github.inputs.nightly }}
34+
if: ${{ inputs.nightly }}
3535
- run: just upload nightly
36-
if: ${{ github.inputs.nightly }}
36+
if: ${{ inputs.nightly }}

0 commit comments

Comments
 (0)