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 f9867db commit 73b8321Copy full SHA for 73b8321
.github/workflows/trigger-test.yml
@@ -34,6 +34,7 @@ jobs:
34
"is_semver":"${{ steps.semver.outputs.is_semver }}",
35
"origin_repo":"${{ github.repository }}",
36
"sha":"${{ github.sha }}",
37
- "actor":"${{ github.actor }}"
+ "actor":"${{ github.actor }}",
38
+ "ref_type":"${{ github.ref_type }}"
39
}
40
}'
0 commit comments