Thanks to visit codestin.com Credit goes to github.com
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 e207df5 commit 44b6087Copy full SHA for 44b6087
README.md
@@ -67,7 +67,7 @@ sensible defaults.
67
# default: "true"
68
save-if: ""
69
# To only cache runs from `master`:
70
- save-if: ${{ github.ref == 'refs/head/master' }}
+ save-if: ${{ github.ref == 'refs/heads/master' }}
71
72
# Specifies what to use as the backend providing cache
73
# Can be set to either "github" or "buildjet"
0 commit comments