Skip to content

Commit c5507c5

Browse files
authored
Merge pull request #88 from pp-mo/linkcheck
Quote all of args.
2 parents aa038e6 + 3743e0f commit c5507c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-linkchecks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: lycheeverse/lychee-action@v2
1919
with:
2020
fail: false
21-
args: './docs/**/*.rst' './docs/**/*.inc'
21+
args: "'./docs/**/*.rst' './docs/**/*.inc'"
2222

2323
- name: Create Issue From File
2424
if: steps.lychee.outputs.exit_code != 0

0 commit comments

Comments
 (0)