We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6617362 commit d061bc8Copy full SHA for d061bc8
1 file changed
.github/workflows/check.yml
@@ -52,6 +52,6 @@ jobs:
52
uses: lycheeverse/lychee-action@v2
53
with:
54
fail: true
55
- args: --remap '${{ github.event.repository.default_branch }} ${{ github.head_ref }}' --include-fragments .
+ args: --remap '${{ github.event.repository.default_branch }} ${{ github.head_ref || github.ref_name }}' --include-fragments .
56
jobSummary: true
57
format: markdown
0 commit comments