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 40bf7d3 commit 45ea720Copy full SHA for 45ea720
.github/workflows/trigger-test.yml
@@ -32,5 +32,8 @@ jobs:
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 }}",
38
}
39
}'
0 commit comments