File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 50
50
id : gatsby-cache-folder
51
51
with :
52
52
path : .cache
53
- key : ${{ runner.os }}-cache-gatsby-${{ github.ref }}
53
+ key : ${{ runner.os }}-cache-gatsby-${{ github.refname }}
54
54
restore-keys : |
55
55
${{ runner.os }}-cache-gatsby-main
56
56
59
59
id : gatsby-public-folder
60
60
with :
61
61
path : public/
62
- key : ${{ runner.os }}-public-gatsby-${{ github.ref }}
62
+ key : ${{ runner.os }}-public-gatsby-${{ github.refname }}
63
63
restore-keys : |
64
64
${{ runner.os }}-public-gatsby-main
65
65
Original file line number Diff line number Diff line change 49
49
id : gatsby-cache-folder
50
50
with :
51
51
path : .cache
52
- key : ${{ runner.os }}-cache-gatsby-${{ github.ref }}
52
+ key : ${{ runner.os }}-cache-gatsby-${{ github.refname }}
53
53
restore-keys : |
54
54
${{ runner.os }}-cache-gatsby-main
55
55
58
58
id : gatsby-public-folder
59
59
with :
60
60
path : public/
61
- key : ${{ runner.os }}-public-gatsby-${{ github.ref }}
61
+ key : ${{ runner.os }}-public-gatsby-${{ github.refname }}
62
62
restore-keys : |
63
63
${{ runner.os }}-public-gatsby-main
64
64
Original file line number Diff line number Diff line change 69
69
id : gatsby-cache-folder
70
70
with :
71
71
path : .cache
72
- key : ${{ runner.os }}-cache-gatsby-${{ github.ref }}
72
+ key : ${{ runner.os }}-cache-gatsby-${{ github.refname }}
73
73
restore-keys : |
74
74
${{ runner.os }}-cache-gatsby-main
75
75
78
78
id : gatsby-public-folder
79
79
with :
80
80
path : public/
81
- key : ${{ runner.os }}-public-gatsby-${{ github.ref }}
81
+ key : ${{ runner.os }}-public-gatsby-${{ github.refname }}
82
82
restore-keys : |
83
83
${{ runner.os }}-public-gatsby-main
84
84
You can’t perform that action at this time.
0 commit comments