Forgot to add ID for cache step and adjusting the cache key.
This commit is contained in:
@@ -41,11 +41,11 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Cache flarectl and Go dependencies
|
- name: Cache flarectl and Go dependencies
|
||||||
|
id: cache-flarectl
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: ~/go/pkg/mod
|
||||||
~/go/pkg/mod
|
key: ${{ runner.os }}-${{ hashFiles('**/go.sum') }}
|
||||||
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
|
||||||
|
|
||||||
- name: Setup yq
|
- name: Setup yq
|
||||||
uses: dcarbone/install-yq-action@v1
|
uses: dcarbone/install-yq-action@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user