Skip to content

Commit

Permalink
Fix save-if documentation in readme (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai committed Aug 24, 2023
1 parent e207df5 commit 44b6087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ sensible defaults.
# default: "true"
save-if: ""
# To only cache runs from `master`:
save-if: ${{ github.ref == 'refs/head/master' }}
save-if: ${{ github.ref == 'refs/heads/master' }}

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

0 comments on commit 44b6087

Please sign in to comment.