From 30f1010e125e4392cfc788d68a1f1f19e10143ff Mon Sep 17 00:00:00 2001 From: Christian Grail Date: Thu, 15 Aug 2024 09:58:11 +0200 Subject: [PATCH] Update check_links.yaml --- .github/workflows/check_links.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_links.yaml b/.github/workflows/check_links.yaml index 2c4f8ace9..7c50e5056 100644 --- a/.github/workflows/check_links.yaml +++ b/.github/workflows/check_links.yaml @@ -34,7 +34,7 @@ jobs: - name: Comment Broken Links uses: marocchino/sticky-pull-request-comment@v2 with: - path: ${{ env.issue-content }} + path: ${{ env.issue-content }} # Permissions (issues: read) - name: 'Look for an existing issue' if: ${{ failure() }}