Skip to content

Commit f9867db

Browse files
authored
Update trigger-test.yml
1 parent 8f44b14 commit f9867db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/trigger-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
-d '{
3131
"event_type":"trigger-from-public",
3232
"client_payload":{
33-
"param1":"value1",
34-
"param2":"value2",
3533
"semver":"${{ steps.semver.outputs.semver }}",
3634
"is_semver":"${{ steps.semver.outputs.is_semver }}",
37-
"ref_name":"${{ github.ref_name }}"
35+
"origin_repo":"${{ github.repository }}",
36+
"sha":"${{ github.sha }}",
37+
"actor":"${{ github.actor }}"
3838
}
3939
}'

0 commit comments

Comments
 (0)