Skip to content

Commit 8ebd24c

Browse files
authored
Update checklink.yml
1 parent 0b3df7d commit 8ebd24c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checklink.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
submodules: recursive
2121
- name: Update Latest URL content
2222
shell: pwsh
23-
pwshrun: |
23+
run: |
2424
.\createLatest.ps1
2525
- name: npm install
2626
working-directory: ./
@@ -49,4 +49,4 @@ jobs:
4949
# with:
5050
# name: htmltest-report
5151
# path: tmp/.htmltest/htmltest.log
52-
# retention-days: 7 # Default is 90 days
52+
# retention-days: 7 # Default is 90 days

0 commit comments

Comments
 (0)