mirror of
https://github.com/ivabus/www
synced 2024-11-10 06:45:16 +03:00
use updated jq-action with latest alpine and base64 cli
This commit is contained in:
parent
3f52d780db
commit
b3ba7ebdd3
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
|
@ -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:
|
||||
|
|
2
.github/workflows/staging.yml
vendored
2
.github/workflows/staging.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue