fix set-output
This commit is contained in:
parent
dcc7ff372d
commit
101ee0e300
4
.github/workflows/coverage.yml
vendored
4
.github/workflows/coverage.yml
vendored
@ -20,8 +20,8 @@ jobs:
|
|||||||
# cache {{
|
# cache {{
|
||||||
- id: go-cache-paths
|
- id: go-cache-paths
|
||||||
run: |
|
run: |
|
||||||
echo "::set-output name=GOCACHE::$(go env GOCACHE)"
|
echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_OUTPUT
|
||||||
echo "::set-output name=GOMODCACHE::$(go env GOMODCACHE)"
|
echo "GOMODCACHE=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user