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 f2a8e7e commit 3b38012Copy full SHA for 3b38012
.github/actions/gh-cache/restore/action.yml
@@ -22,6 +22,7 @@ runs:
22
token: ${{ inputs.token }}
23
fetch-depth: 0
24
path: .gh-cache-${{ github.run_id }}
25
+ show-progress: 'false'
26
27
- name: Switch to 'gh-cache' branch if it exists
28
shell: bash
.github/actions/gh-cache/save/action.yml
@@ -18,6 +18,7 @@ runs:
18
19
20
21
- name: Switch to gh-cache branch (or create orphan)
0 commit comments