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 f73a9c6 commit 54e3c95Copy full SHA for 54e3c95
.github/workflows/update-metadata.yml
@@ -14,16 +14,13 @@ jobs:
14
uses: actions/checkout@v2
15
with:
16
ref: meta
17
- - uses: actions/setup-go@v2
+ - uses: actions/setup-go@v4
18
19
- go-version: 1.17
20
- - uses: actions/cache@v2
21
- with:
22
- path: ~/go/pkg/mod
23
- key: ${{ runner.os }}-go-${{ hashFiles('builder/**/go.sum') }}
24
- restore-keys: ${{ runner.os }}-go-
+ go-version: 1.20
25
- name: update total downloads shield JSON
26
run: go run . badges downloads -o total-downloads/shield.json
+ env:
+ GITHUB_TOKEN: ${{ github.token }}
27
- name: commit and push changes to meta branch
28
uses: stefanzweifel/git-auto-commit-action@v4
29
0 commit comments