Skip to content

Commit

Permalink
fix: give the workflow a better run name
Browse files Browse the repository at this point in the history
  • Loading branch information
mhucka committed Nov 27, 2023
1 parent ba06b4b commit c062ff9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
# because the original didn't work.

name: Check README for broken links
run-name: Check README for broken links after ${{github.event_name}} by ${{github.actor}}

on: [push, pull_request, workflow_dispatch]

env:
ISSUE_TEMPLATE: ".github/workflows/ISSUE_TEMPLATE.md"
contents: read
Expand Down

0 comments on commit c062ff9

Please sign in to comment.