Update build.yml

This commit is contained in:
秋云
2025-04-28 22:35:17 +08:00
committed by GitHub
parent 2a14e8038f
commit 8aa8fbe0c7

View File

@@ -28,7 +28,6 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
ref: ${{ github.head_ref }} ref: ${{ github.head_ref }}
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
@@ -36,6 +35,7 @@ jobs:
- run: node ./build/build.js - run: node ./build/build.js
- uses: stefanzweifel/git-auto-commit-action@v5 - uses: stefanzweifel/git-auto-commit-action@v5
with: with:
fetch-depth: 0
commit_message: update repo.json commit_message: update repo.json
upload: upload: