We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6378864 commit 2d8b816Copy full SHA for 2d8b816
1 file changed
.github/workflows/check-all-english-links.yml
@@ -24,7 +24,7 @@ jobs:
24
name: Get title for issue
25
id: check
26
run: echo "::set-output name=title::$(head -1 broken_links.md)"
27
- - if: failure()
+ - if: ${{ failure() }}
28
name: Close previous report
29
uses: lee-dohm/close-matching-issues@22002609b2555fe18f52b8e2e7c07cbf5529e8a8
30
with:
0 commit comments