From 4e9e445b143c4165adfaef8d3ce44ae6270dd600 Mon Sep 17 00:00:00 2001 From: Tanay Pant Date: Tue, 24 Oct 2023 12:26:33 +0200 Subject: [PATCH] Minor updates to the workflow --- .github/workflows/weekly-link-check.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/weekly-link-check.yml b/.github/workflows/weekly-link-check.yml index 2bc36903..e3fbb8c7 100644 --- a/.github/workflows/weekly-link-check.yml +++ b/.github/workflows/weekly-link-check.yml @@ -11,7 +11,6 @@ jobs: steps: - uses: actions/checkout@v3 - uses: gaurav-nelson/github-action-markdown-link-check@v1 - id: check with: use-quiet-mode: 'yes' use-verbose-mode: 'yes' @@ -25,6 +24,5 @@ jobs: title: Link Checker Report labels: report, automated issue body: | - ### Context - [Failed Run](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}) - Workflow name - `${{ github.workflow }}` + Broken links found: [Failed Run](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}) + Workflow: `${{ github.workflow }}`