Skip to content

Commit

Permalink
Minor updates to the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanay Pant committed Oct 24, 2023
1 parent 942de0c commit 4e9e445
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/weekly-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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 }}`

0 comments on commit 4e9e445

Please sign in to comment.