Skip to content

Commit 138a9fb

Browse files
committed
fix
1 parent 3b51f1a commit 138a9fb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/self-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
- name: Run action in tag-triggered mode
9595
uses: ./action-src
9696
env:
97+
GITHUB_HEAD_REF: ""
9798
GITCOVERAGE_REF_TYPE: tag
9899
GITCOVERAGE_REF_NAME: v-test
99100
GITCOVERAGE_REF: refs/tags/v-test
@@ -118,6 +119,7 @@ jobs:
118119
continue-on-error: true
119120
uses: ./action-src
120121
env:
122+
GITHUB_HEAD_REF: ""
121123
GITCOVERAGE_REF_TYPE: tag
122124
GITCOVERAGE_REF_NAME: v-detached
123125
GITCOVERAGE_REF: refs/tags/v-detached

0 commit comments

Comments
 (0)