Skip to content

Commit ad5111e

Browse files
authored
Fix restore keys formatting in checks.yml
Fix restore-keys value
1 parent 6bcdbce commit ad5111e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
path: .helm-cache
2929
key: ${{ github.ref_name }}
30-
restore_keys: |
30+
restore-keys: |
3131
develop
3232
${{ github.base_ref }}
3333

0 commit comments

Comments
 (0)