mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-11-16 00:59:07 +02:00
Don't use newlines in lychee action args (#12005)
This commit is contained in:
parent
01a5f11457
commit
051f5f5c6b
3
.github/workflows/verify.yml
vendored
3
.github/workflows/verify.yml
vendored
@ -60,8 +60,7 @@ jobs:
|
||||
if: steps.changes.outputs.docs == 'true'
|
||||
uses: lycheeverse/lychee-action@v2
|
||||
with:
|
||||
args: --exclude ^https://www.similarweb.com -- \
|
||||
${{ steps.changes.outputs.docs_files }}
|
||||
args: --exclude ^https://www.similarweb.com -- ${{ steps.changes.outputs.docs_files }}
|
||||
fail: ${{ github.ref != 'refs/heads/develop' }}
|
||||
jobSummary: true
|
||||
format: markdown
|
||||
|
Loading…
Reference in New Issue
Block a user