Skip to content

Commit

Permalink
ci(fix): update path to update-pact-ffi script
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Feb 1, 2024
1 parent c1f2dfe commit b0a3f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-ffi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
git config --global user.name "${GITHUB_ACTOR}"
git config pull.ff only
- run: script/create-pr-to-update-pact-ffi.sh ${{ github.event.client_payload.version }}
- run: scripts/create-pr-to-update-pact-ffi.sh ${{ github.event.client_payload.version }}
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'

0 comments on commit b0a3f6e

Please sign in to comment.