Skip to content

Commit

Permalink
json escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Feb 21, 2024
1 parent 645cd16 commit 5c4f260
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/trigger-client-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_PACT_FFI_CLIENT_LIBRARY_UPDATE }}
- name: get workflow id and watch workflow run
run: |
gh run list --repo you54f/pact-js-core --json databaseId --branch chore/upgrade-to-pact-ffi-v0.4.16 --limit 1
RUN_ID=$(gh run list --repo you54f/${{ matrix.repos }} --json databaseId --branch chore/upgrade-to-pact-ffi-v${{ needs.verify_release.outputs.PACT_FFI_VERSION }} --limit 1 | jq '.[].[]')
gh run watch --repo you54f/${{ matrix.repos }} $RUN_ID
env:
Expand Down

0 comments on commit 5c4f260

Please sign in to comment.