From 0e51bc7b166a0e8b2ba27b2b5376360d750d1bd5 Mon Sep 17 00:00:00 2001 From: Robbi Nespu Date: Wed, 8 Sep 2021 13:25:36 +0800 Subject: [PATCH] Check verbosely --- .github/workflows/lychee.yml | 2 ++ 1 file changed, 2 insertions(+) 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