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 1ee8e86 commit 3ae8baeCopy full SHA for 3ae8bae
.github/workflows/_legacy-checkpoints.yml
@@ -113,7 +113,7 @@ jobs:
113
114
- name: access secrets
115
# export to env bool if secrets.AWS_REGION is not empty
116
- run: echo "WITH_SECRETS=$([ -n '${{ secrets.AWS_REGION }}' ] && echo 0 || echo 1)" >> $GITHUB_ENV
+ run: echo "WITH_SECRETS=$([ -n '${{ secrets.AWS_REGION }}' ] && echo 1 || echo 0)" >> $GITHUB_ENV
117
118
- run: pip install -r requirements/ci.txt
119
- name: Upload checkpoints to S3
0 commit comments