Skip to content

Commit

Permalink
ci(meta): fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jimeh committed Jul 31, 2023
1 parent 54e3c95 commit dc1fdc9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/update-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@ jobs:
update-metadata:
runs-on: ubuntu-latest
steps:
- name: Checkout tap repository main branch
uses: actions/checkout@v2
- name: Checkout meta branch
uses: actions/checkout@v3
with:
ref: meta
- uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: "1.20"
- name: update total downloads shield JSON
run: go run . badges downloads -o total-downloads/shield.json
run: >-
go run . badges downloads -o total-downloads/shield.json
env:
GITHUB_TOKEN: ${{ github.token }}
- name: commit and push changes to meta branch
Expand Down

0 comments on commit dc1fdc9

Please sign in to comment.