更新 star-list.yml

This commit is contained in:
Jerry Zhou
2024-06-18 13:37:41 +08:00
committed by GitHub
parent 2063cd0974
commit 48105a3b45
+3 -2
View File
@@ -6,7 +6,8 @@ on:
- main
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
# Execute every week at 0:00 CST (UTC+8), which is 16:00 UTC on the previous day
- cron: '0 16 * * 0' # This runs at 16:00 UTC on Saturday, which is 0:00 CST on Sunday
watch:
types: [started]
@@ -21,4 +22,4 @@ jobs:
api-token: ${{ secrets.PERSONAL_TOKEN }}
github-email: ${{ secrets.USER_EMAIL }}
template-path: "template/README.ejs"
github-name: ${{ github.repository_owner }}
github-name: ${{ github.repository_owner }}