Skip to content

Commit 9a367e1

Browse files
committed
fix(actions): issue with deploy documentation and packages
1 parent 748c6ae commit 9a367e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push_branches.workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
github_token: ${{ secrets.ACCESS_TOKEN_CI }}
5252
workflow_file_name: child_repo.workflow.yml
5353
ref: ${{ github.ref_name == 'master' && 'master' || 'develop' }}
54-
client_payload: '{"repo_name":"kuzzle-plugin-s3","branch":"${{ github.ref_name }}","version":"1"}'
54+
client_payload: '{"repo_name":"sdk-javascript","branch":"${{ github.ref_name }}","version":"1"}'

0 commit comments

Comments
 (0)