1
0
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:
Álvaro Mondéjar Rubio 2024-10-13 19:53:19 +02:00 committed by GitHub
parent 01a5f11457
commit 051f5f5c6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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