This commit is contained in:
parent
43549fb018
commit
764cd86860
6
.github/workflows/checksums.yml
vendored
6
.github/workflows/checksums.yml
vendored
@ -16,9 +16,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
git lfs install --local
|
git lfs install --local
|
||||||
git config --global user.name "CI"
|
|
||||||
git config --global user.email "ci@haozi.net"
|
|
||||||
git config --global user.password "${{ secrets.GITHUB_TOKEN }}"
|
|
||||||
# disable credentials by actions/checkout for LFS endpoints
|
# disable credentials by actions/checkout for LFS endpoints
|
||||||
AUTH=$(git config --local http.${{ github.server_url }}/.extraheader)
|
AUTH=$(git config --local http.${{ github.server_url }}/.extraheader)
|
||||||
git config --local --unset http.${{ github.server_url }}/.extraheader
|
git config --local --unset http.${{ github.server_url }}/.extraheader
|
||||||
@ -31,5 +28,8 @@ jobs:
|
|||||||
done
|
done
|
||||||
unset IFS
|
unset IFS
|
||||||
git add -A
|
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 commit -m "chore: update checksums" || true
|
git commit -m "chore: update checksums" || true
|
||||||
git push origin ${{ github.ref }}
|
git push origin ${{ github.ref }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user