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 58827d3 commit 08a04deCopy full SHA for 08a04de
.github/workflows/_legacy-checkpoints.yml
@@ -101,7 +101,7 @@ jobs:
101
- name: "Determine: Keep artifact & DryRun"
102
run: |
103
python -c "print('KEEP_DAYS=' + str(30 if '${{ github.event_name }}'.startswith('pull_request') else 0))" >> $GITHUB_ENV
104
- python -c "print('AWS_RUN=' + str('' if '${{inputs.push_to_s3}}' == 'true' else '--dryrun'))" >> $GITHUB_ENV
+ python -c "print('AWS_RUN=' + str('' if '${{inputs.push_to_s3}}' == 'true' else '--region us-east-1 --dryrun'))" >> $GITHUB_ENV
105
106
- name: Upload checkpoints to GitHub Actions artifact
107
uses: actions/upload-artifact@v4
0 commit comments