fix: 全局变量剔除代理用户后再放到schedulis props中#AI Commit# #3266
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Link checker | |
| on: | |
| pull_request: | |
| push: | |
| schedule: | |
| - cron: "0 5 * * *" | |
| jobs: | |
| CheckDeadLinks: | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 60 | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - uses: gaurav-nelson/github-action-markdown-link-check@v1 | |
| with: | |
| use-quiet-mode: 'no' | |
| use-verbose-mode: 'yes' | |
| folder-path: '../' | |
| config-file: '.github/workflows/dlc.json' |