Skip to content

Commit 37e1f96

Browse files
committed
fix syntax issue in yml
1 parent 08b8209 commit 37e1f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Link Checking
1111
runs-on: "ubunut-latest"
1212
permissions:
13-
issues: write # required for peter-evans/create-issue-from-file
13+
issues: write # required for peter-evans/create-issue-from-file
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4

0 commit comments

Comments
 (0)