From 44b60872836a3f1d4d9abcebaf6e5c4964a5a2ab Mon Sep 17 00:00:00 2001 From: Lucas Kent Date: Thu, 24 Aug 2023 23:18:39 +1000 Subject: [PATCH] Fix save-if documentation in readme (#166) --- 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"