We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbe9f90 commit 9641957Copy full SHA for 9641957
.github/workflows/deploy-staging.yml
@@ -49,7 +49,7 @@ jobs:
49
id: gatsby-cache-folder
50
with:
51
path: .cache
52
- key: ${{ runner.os }}-cache-gatsby-${{ github.ref }}
+ key: ${{ runner.os }}-cache-gatsby-${{ github.refname }}
53
restore-keys: |
54
${{ runner.os }}-cache-gatsby-main
55
@@ -58,7 +58,7 @@ jobs:
58
id: gatsby-public-folder
59
60
path: public/
61
- key: ${{ runner.os }}-public-gatsby-${{ github.ref }}
+ key: ${{ runner.os }}-public-gatsby-${{ github.refname }}
62
63
${{ runner.os }}-public-gatsby-main
64
0 commit comments