We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f81112d commit 5cd5ba7Copy full SHA for 5cd5ba7
.github/workflows/links.yml
@@ -24,7 +24,7 @@ jobs:
24
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
25
26
- name: Create Issue From File
27
- if: ${{ steps.lychee.outputs.exit_code }} != 0
+ if: steps.lychee.outputs.exit_code != 0
28
uses: peter-evans/create-issue-from-file@v5
29
with:
30
title: Link Checker Report
README.md
@@ -37,7 +37,7 @@ jobs:
37
uses: lycheeverse/lychee-action@v2
38
39
40
41
42
43
0 commit comments