Skip to content

Commit 3ae8bae

Browse files
committed
echo 1 || echo 0
1 parent 1ee8e86 commit 3ae8bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_legacy-checkpoints.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: access secrets
115115
# 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
116+
run: echo "WITH_SECRETS=$([ -n '${{ secrets.AWS_REGION }}' ] && echo 1 || echo 0)" >> $GITHUB_ENV
117117

118118
- run: pip install -r requirements/ci.txt
119119
- name: Upload checkpoints to S3

0 commit comments

Comments
 (0)