重构每日追踪器同步工作流,移除 Node.js 设置步骤并新增完整工作流配置文件
This commit is contained in:
6
.github/workflows/daily-tracker-sync.yml
vendored
6
.github/workflows/daily-tracker-sync.yml
vendored
@@ -16,12 +16,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Set up Node.js
|
|
||||||
uses: actions/setup-node@v3
|
|
||||||
with:
|
|
||||||
node-version: '18'
|
|
||||||
cache: 'npm'
|
|
||||||
|
|
||||||
- name: Run sync script
|
- name: Run sync script
|
||||||
run: node sync-trackers.js
|
run: node sync-trackers.js
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user