3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-04-15 00:28:43 +00:00

Fix save-if documentation in readme

This commit is contained in:
Lucas Kent 2023-08-24 12:58:42 +10:00
parent e207df5d26
commit c940897cde

View file

@ -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"