Skip to content

Commit b0a3f6e

Browse files
committed
ci(fix): update path to update-pact-ffi script
1 parent c1f2dfe commit b0a3f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-ffi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
git config --global user.name "${GITHUB_ACTOR}"
1717
git config pull.ff only
1818
19-
- run: script/create-pr-to-update-pact-ffi.sh ${{ github.event.client_payload.version }}
19+
- run: scripts/create-pr-to-update-pact-ffi.sh ${{ github.event.client_payload.version }}
2020
env:
2121
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'

0 commit comments

Comments
 (0)