From c940897cde10a0922903e2a7f36363c93404e389 Mon Sep 17 00:00:00 2001 From: Lucas Kent Date: Thu, 24 Aug 2023 12:58:42 +1000 Subject: [PATCH] Fix save-if documentation in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"