ci: update
Some checks failed
Generate Checksums / checksums (push) Failing after 47s

This commit is contained in:
耗子 2025-02-28 02:05:46 +08:00
parent d71945cbf8
commit 513daf75d2
Signed by: haozi
GPG Key ID: C964D7226D045DAA

View File

@ -29,7 +29,7 @@ jobs:
git add -A
git config --global user.name "CI"
git config --global user.email "ci@haozi.net"
git config --global user.password "${{ secrets.GITHUB_TOKEN }}"
git config --global user.password "${{ secrets.CI_PASSWORD }}"
git commit -m "chore: update checksums" || true
git push origin ${{ github.ref_name }}
rm -rf /tmp/repo