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 988b1e9 commit 523fb4bCopy full SHA for 523fb4b
gh-actions/gcs/cache/save/action.yml
@@ -36,7 +36,7 @@ runs:
36
- name: Sync GCS cache
37
if: ${{ inputs.sync }}
38
run: |
39
- gsutil -m rsync -r ${{ inputs.path }} "gs://${BUCKET}/${BLOB}"
+ gsutil -q -m rsync -r ${{ inputs.path }} "gs://${BUCKET}/${BLOB}"
40
shell: bash
41
env:
42
BUCKET: ${{ inputs.bucket }}
0 commit comments