use updated jq-action with latest alpine and base64 cli

This commit is contained in:
neil 2022-10-14 10:46:41 +08:00
parent 3f52d780db
commit b3ba7ebdd3
2 changed files with 3 additions and 3 deletions

View file

@ -29,11 +29,11 @@ jobs:
# add action here to download updates packages.json into src/data/packages.json
- name: Create Package Detail Pages from packages.json
uses: sergeysova/jq-action@v2
uses: getneil/jq-action@v1
id: version
with:
cmd: '.github/build-package-pages.sh src/data/packages.json src/content/packages'
- run: ls src/content/packages
- run: .github/mk-pantry-accessible.sh ${{ secrets.TEMP_JACOBS_GITHUB_PAT }}
- uses: teaxyz/setup@v0
with:

View file

@ -37,7 +37,7 @@ jobs:
# add action here to download updates packages.json into src/data/packages.json
- name: Create Package Detail Pages from packages.json
uses: sergeysova/jq-action@v2
uses: getneil/jq-action@v1
id: version
with:
cmd: '.github/build-package-pages.sh src/data/packages.json src/content/packages'