diff --git a/.github/workflows/lychee.yml b/.github/workflows/lychee.yml index a7d3d38..288d6d3 100644 --- a/.github/workflows/lychee.yml +++ b/.github/workflows/lychee.yml @@ -19,6 +19,8 @@ jobs: uses: lycheeverse/lychee-action@master #env: # GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} + with: + args: '--verbose --no-progress **/*.md' - name: Create Issue From File uses: peter-evans/create-issue-from-file@v2