diff --git a/README.md b/README.md index 66450c6..5fa1374 100644 --- a/README.md +++ b/README.md @@ -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"