File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5050 id : gatsby-cache-folder
5151 with :
5252 path : .cache
53- key : ${{ runner.os }}-cache-gatsby-${{ github.refname }}
53+ key : ${{ runner.os }}-cache-gatsby-${{ github.ref_name }}
5454 restore-keys : |
5555 ${{ runner.os }}-cache-gatsby-main
5656
5959 id : gatsby-public-folder
6060 with :
6161 path : public/
62- key : ${{ runner.os }}-public-gatsby-${{ github.refname }}
62+ key : ${{ runner.os }}-public-gatsby-${{ github.ref_name }}
6363 restore-keys : |
6464 ${{ runner.os }}-public-gatsby-main
6565
Original file line number Diff line number Diff line change 4949 id : gatsby-cache-folder
5050 with :
5151 path : .cache
52- key : ${{ runner.os }}-cache-gatsby-${{ github.refname }}
52+ key : ${{ runner.os }}-cache-gatsby-${{ github.ref_name }}
5353 restore-keys : |
5454 ${{ runner.os }}-cache-gatsby-main
5555
5858 id : gatsby-public-folder
5959 with :
6060 path : public/
61- key : ${{ runner.os }}-public-gatsby-${{ github.refname }}
61+ key : ${{ runner.os }}-public-gatsby-${{ github.ref_name }}
6262 restore-keys : |
6363 ${{ runner.os }}-public-gatsby-main
6464
Original file line number Diff line number Diff line change 6969 id : gatsby-cache-folder
7070 with :
7171 path : .cache
72- key : ${{ runner.os }}-cache-gatsby-${{ github.refname }}
72+ key : ${{ runner.os }}-cache-gatsby-${{ github.ref_name }}
7373 restore-keys : |
7474 ${{ runner.os }}-cache-gatsby-main
7575
7878 id : gatsby-public-folder
7979 with :
8080 path : public/
81- key : ${{ runner.os }}-public-gatsby-${{ github.refname }}
81+ key : ${{ runner.os }}-public-gatsby-${{ github.ref_name }}
8282 restore-keys : |
8383 ${{ runner.os }}-public-gatsby-main
8484
You can’t perform that action at this time.
0 commit comments