mirror of
https://github.com/toss/es-toolkit.git
synced 2025-01-05 23:43:29 +03:00
ci(broken-link-checker): Add default url for scheduled job (#70)
This commit is contained in:
parent
b66eab0ae1
commit
2a809aad52
2
.github/workflows/broken-link-checker.yml
vendored
2
.github/workflows/broken-link-checker.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user