Fix save-if documentation in readme (#166)

This commit is contained in:
Lucas Kent 2023-08-24 23:18:39 +10:00 committed by GitHub
parent e207df5d26
commit 44b6087283
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ sensible defaults.
# default: "true" # default: "true"
save-if: "" save-if: ""
# To only cache runs from `master`: # 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 # Specifies what to use as the backend providing cache
# Can be set to either "github" or "buildjet" # Can be set to either "github" or "buildjet"