We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b51f1a commit 138a9fbCopy full SHA for 138a9fb
1 file changed
.github/workflows/self-test.yml
@@ -94,6 +94,7 @@ jobs:
94
- name: Run action in tag-triggered mode
95
uses: ./action-src
96
env:
97
+ GITHUB_HEAD_REF: ""
98
GITCOVERAGE_REF_TYPE: tag
99
GITCOVERAGE_REF_NAME: v-test
100
GITCOVERAGE_REF: refs/tags/v-test
@@ -118,6 +119,7 @@ jobs:
118
119
continue-on-error: true
120
121
122
123
124
GITCOVERAGE_REF_NAME: v-detached
125
GITCOVERAGE_REF: refs/tags/v-detached
0 commit comments