Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 44b6087

Browse files
authored
Fix save-if documentation in readme (Swatinem#166)
1 parent e207df5 commit 44b6087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ sensible defaults.
6767
# default: "true"
6868
save-if: ""
6969
# To only cache runs from `master`:
70-
save-if: ${{ github.ref == 'refs/head/master' }}
70+
save-if: ${{ github.ref == 'refs/heads/master' }}
7171

7272
# Specifies what to use as the backend providing cache
7373
# Can be set to either "github" or "buildjet"

0 commit comments

Comments
 (0)