diff --git a/.github/workflows/lychee.yml b/.github/workflows/lychee.yml index 3ce1cfa..102f0c7 100644 --- a/.github/workflows/lychee.yml +++ b/.github/workflows/lychee.yml @@ -17,7 +17,7 @@ jobs: #env: # GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} with: - args: '--verbose --max-retries 4 --no-progress "**/*.md"' + args: --verbose --max-retries 4 --no-progress '**/*.md' - name: Create Issue From File uses: peter-evans/create-issue-from-file@v2