feat: update workflow
Some checks failed
build / trigger-build-image (push) Blocked by required conditions
build / triger-update-ci (push) Successful in 15s
build / triger-update-ci (pull_request) Successful in 24s
build / build (push) Has been cancelled
build / build (pull_request) Successful in 2m6s
build / trigger-build-image (pull_request) Has been skipped

This commit is contained in:
zzjc1234 2024-10-10 16:18:31 +08:00
parent af4113d4d7
commit ebd214c6c6

View File

@ -103,10 +103,10 @@ jobs:
echo "Hashes are the same, no update required." echo "Hashes are the same, no update required."
echo "HASH_MATCH=false" >> $GITHUB_ENV echo "HASH_MATCH=false" >> $GITHUB_ENV
fi fi
echo env.HASH_MATCH
- name: Set up Git - name: Set up Git
if: env.HASH_MATCH==false if: env.HASH_MATCH==false
run: | run: |
echo env.HASH_MATCH
git config --global user.name "gitea-actions[bot]" git config --global user.name "gitea-actions[bot]"
git config --global user.email "gitea-actions[bot]@users.noreply.gitea.com" git config --global user.email "gitea-actions[bot]@users.noreply.gitea.com"
chown -R root:root /root/.ssh chown -R root:root /root/.ssh