install jq

This commit is contained in:
neil 2022-11-23 20:05:22 +08:00
parent e09b31a770
commit 92fcc4ca9c

View file

@ -63,11 +63,11 @@ jobs:
run: | run: |
aws s3 sync ./packages/gui/build \ aws s3 sync ./packages/gui/build \
"s3://preview.gui.tea.xyz/$prefix" "s3://preview.gui.tea.xyz/$prefix"
- name: setup preview - name: setup preview
uses: getneil/jq-action@v1
id: preview_setup id: preview_setup
with: run: .github/create-invalidate-preview.sh ${{ needs.changes.outputs.preview_folder }}
cmd: .github/create-invalidate-preview.sh ${{ needs.changes.outputs.preview_folder }}
- name: comment preview site - name: comment preview site
uses: mshick/add-pr-comment@v2 uses: mshick/add-pr-comment@v2
with: with: