Skip to content

Commit 3b38012

Browse files
committed
fix: Hide progress to clean-up Actions log
1 parent f2a8e7e commit 3b38012

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/actions/gh-cache/restore/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ runs:
2222
token: ${{ inputs.token }}
2323
fetch-depth: 0
2424
path: .gh-cache-${{ github.run_id }}
25+
show-progress: 'false'
2526

2627
- name: Switch to 'gh-cache' branch if it exists
2728
shell: bash

.github/actions/gh-cache/save/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ runs:
1818
token: ${{ inputs.token }}
1919
fetch-depth: 0
2020
path: .gh-cache-${{ github.run_id }}
21+
show-progress: 'false'
2122

2223
- name: Switch to gh-cache branch (or create orphan)
2324
shell: bash

0 commit comments

Comments
 (0)