ci(build): more details in runner-images commit msg
All checks were successful
submodules sync / sync (push) Successful in 40s
build / build (push) Successful in 1m26s
build / trigger-build-image (push) Successful in 8s

This commit is contained in:
张泊明518370910136 2024-10-30 05:20:29 -04:00
parent 2ddeb473af
commit bb3553c60c
GPG Key ID: D47306D7062CDA9D

View File

@ -62,8 +62,8 @@ jobs:
git submodule update --init --remote --force
git add -A
if echo "${{ github.event.head_commit.message }}" | grep -q "force build"; then
git commit --allow-empty -m "chore: trigger force build gitea actions by JOJ3"
git commit --allow-empty -m "chore: ${{ github.repository }}@${{ github.sha }} trigger force build gitea actions"
else
git commit --allow-empty -m "chore: trigger gitea actions by JOJ3"
git commit --allow-empty -m "chore: ${{ github.repository }}@${{ github.sha }} trigger build gitea actions"
fi
git push