ci(broken-link-checker): Add default url for scheduled job (#70)

This commit is contained in:
Jonghyeon Ko 2024-06-17 12:24:58 +09:00 committed by GitHub
parent b66eab0ae1
commit 2a809aad52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,4 +18,4 @@ jobs:
cache-dependency-path: 'yarn.lock'
node-version-file: '.nvmrc'
- run: yarn install
- run: yarn blc ${{ github.event.inputs.url }} --ro
- run: yarn blc ${{ github.event.inputs.url || 'https://es-toolkit.slash.page' }} --ro