We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f44b14 commit f9867dbCopy full SHA for f9867db
.github/workflows/trigger-test.yml
@@ -30,10 +30,10 @@ jobs:
30
-d '{
31
"event_type":"trigger-from-public",
32
"client_payload":{
33
- "param1":"value1",
34
- "param2":"value2",
35
"semver":"${{ steps.semver.outputs.semver }}",
36
"is_semver":"${{ steps.semver.outputs.is_semver }}",
37
- "ref_name":"${{ github.ref_name }}"
+ "origin_repo":"${{ github.repository }}",
+ "sha":"${{ github.sha }}",
+ "actor":"${{ github.actor }}"
38
}
39
}'
0 commit comments