Skip to content

Commit 2d8b816

Browse files
committed
restore
1 parent 6378864 commit 2d8b816

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-all-english-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Get title for issue
2525
id: check
2626
run: echo "::set-output name=title::$(head -1 broken_links.md)"
27-
- if: failure()
27+
- if: ${{ failure() }}
2828
name: Close previous report
2929
uses: lee-dohm/close-matching-issues@22002609b2555fe18f52b8e2e7c07cbf5529e8a8
3030
with:

0 commit comments

Comments
 (0)