From 2d8b8164df0e4043a72770f64c859ee4ab77a03e Mon Sep 17 00:00:00 2001 From: Sarah Schneider Date: Tue, 24 Nov 2020 15:02:09 -0500 Subject: [PATCH] restore --- .github/workflows/check-all-english-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-all-english-links.yml b/.github/workflows/check-all-english-links.yml index f9791268d2..fc0e706a45 100644 --- a/.github/workflows/check-all-english-links.yml +++ b/.github/workflows/check-all-english-links.yml @@ -24,7 +24,7 @@ jobs: name: Get title for issue id: check run: echo "::set-output name=title::$(head -1 broken_links.md)" - - if: failure() + - if: ${{ failure() }} name: Close previous report uses: lee-dohm/close-matching-issues@22002609b2555fe18f52b8e2e7c07cbf5529e8a8 with: