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 9641957 commit dce6da4Copy full SHA for dce6da4
.github/workflows/preview.yml
@@ -69,7 +69,7 @@ jobs:
69
id: gatsby-cache-folder
70
with:
71
path: .cache
72
- key: ${{ runner.os }}-cache-gatsby-${{ github.ref }}
+ key: ${{ runner.os }}-cache-gatsby-${{ github.refname }}
73
restore-keys: |
74
${{ runner.os }}-cache-gatsby-main
75
@@ -78,7 +78,7 @@ jobs:
78
id: gatsby-public-folder
79
80
path: public/
81
- key: ${{ runner.os }}-public-gatsby-${{ github.ref }}
+ key: ${{ runner.os }}-public-gatsby-${{ github.refname }}
82
83
${{ runner.os }}-public-gatsby-main
84
0 commit comments