Skip to content

Commit 26fe76c

Browse files
committed
update job name
1 parent d20806d commit 26fe76c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/external-link-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Links
1+
name: External Link Checker
22

33
on:
44
# This workflow requires pull_request and won't work with pull_request_target
@@ -16,7 +16,7 @@ on:
1616
#- cron: "00 18 * * *"
1717

1818
jobs:
19-
linkChecker:
19+
external-link-check:
2020
runs-on: ubuntu-latest
2121
permissions:
2222
issues: write # required for peter-evans/create-issue-from-file

0 commit comments

Comments
 (0)