This commit is contained in:
parent
d71945cbf8
commit
513daf75d2
2
.github/workflows/checksums.yml
vendored
2
.github/workflows/checksums.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
|||||||
git add -A
|
git add -A
|
||||||
git config --global user.name "CI"
|
git config --global user.name "CI"
|
||||||
git config --global user.email "ci@haozi.net"
|
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 commit -m "chore: update checksums" || true
|
||||||
git push origin ${{ github.ref_name }}
|
git push origin ${{ github.ref_name }}
|
||||||
rm -rf /tmp/repo
|
rm -rf /tmp/repo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user