Skip to content

Commit 0741179

Browse files
authored
Github CI shared-ci-github-action pass ref in payload (#223)
1 parent 059ec71 commit 0741179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shared-ci-github-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
workflow_file_name: ${{ matrix.env }}
7878
ref: ${{ inputs.ref }}
7979
wait_interval: 10
80-
client_payload: '{}'
80+
client_payload: '{"ref":"${{ inputs.ref }}"}'
8181
propagate_failure: true
8282
trigger_workflow: true
8383
wait_workflow: true

0 commit comments

Comments
 (0)