Skip to content

Commit 73b8321

Browse files
authored
Update trigger-test.yml
1 parent f9867db commit 73b8321

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/trigger-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
"is_semver":"${{ steps.semver.outputs.is_semver }}",
3535
"origin_repo":"${{ github.repository }}",
3636
"sha":"${{ github.sha }}",
37-
"actor":"${{ github.actor }}"
37+
"actor":"${{ github.actor }}",
38+
"ref_type":"${{ github.ref_type }}"
3839
}
3940
}'

0 commit comments

Comments
 (0)