File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 git checkout version-updates
4040 fi
4141 jq --arg a "${{ github.event.client_payload.tag }}" '.containers."${{ github.event.client_payload.repo }}".latest = ($a)' assets.json | jq "." | cat > assets2.json; mv assets2.json assets.json
42- cat workshop .json
42+ cat assets .json
4343 if [ -z "$(git status --porcelain)" ]; then
4444 echo "no changes detected"
4545 echo "changes=false" >> "$GITHUB_OUTPUT"
7777 env :
7878 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7979 run : |
80- gh pr create --base main --head version-updates --assignee jimboid --title "Update to workshop .json" --body "Update ${{ github.event.client_payload.repo }} version to ${{ github.event.client_payload.tag }}"
80+ gh pr create --base main --head version-updates --assignee jimboid --title "Update to assets .json" --body "Update ${{ github.event.client_payload.repo }} version to ${{ github.event.client_payload.tag }}"
You can’t perform that action at this time.
0 commit comments