github action 修正

This commit is contained in:
踢低吸 2023-07-08 07:01:11 +00:00
parent 6717c5575d
commit fa4456d741

View File

@ -1,11 +1,10 @@
name: TW165
on:
Schedule:
- cron: '0 0 * * *'
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
auto_close_issues: