📝 Document usage is more idiomatic

This commit is contained in:
Tw93
2025-08-22 22:21:54 +08:00
parent bf12d85dc5
commit 3868e993ce
7 changed files with 17 additions and 19 deletions

View File

@@ -4,7 +4,7 @@ on:
push:
branches: [main, dev]
schedule:
- cron: '0 0 * * 0' # Every Sunday at midnight UTC
- cron: "0 0 * * 0" # Every Sunday at midnight UTC
jobs:
update-contributors:
@@ -46,4 +46,4 @@ jobs:
readme_path: README_JP.md
auto_detect_branch_protection: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}