From f4d9d1ae89e0f020674a845f7d64e6537c2d67d7 Mon Sep 17 00:00:00 2001 From: Sarah Schneider Date: Wed, 18 Nov 2020 14:15:26 -0500 Subject: [PATCH] bump action version --- .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 033921c89f..00791dcb0e 100644 --- a/.github/workflows/check-all-english-links.yml +++ b/.github/workflows/check-all-english-links.yml @@ -24,7 +24,7 @@ jobs: run: echo "::set-output name=title::$(head -1 broken_links.md)" - if: ${{ failure() }} name: Create issue from file - uses: peter-evans/create-issue-from-file@35e304e2a12caac08c568247a2cb46ecd0c3ecc5 + uses: peter-evans/create-issue-from-file@v2 with: token: ${{ secrets.DOCUBOT_FR_PROJECT_BOARD_WORKFLOWS_REPO_ORG_READ_SCOPES }} title: ${{ steps.check.outputs.title }}