Update main.yml

This commit is contained in:
2025-08-12 13:00:26 +08:00
committed by GitHub
parent 0cc0a11d9d
commit 05ea09100c

View File

@@ -22,6 +22,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
ref: main ref: main
token: ${{ secrets.GITHUB_TOKEN }}
- name: 缓存项目 npm 包 - name: 缓存项目 npm 包
id: cache-node-modules id: cache-node-modules