ci(build): update runner-images submodule
All checks were successful
build / build (push) Successful in 1m58s
build / trigger-build-image (push) Successful in 7s

This commit is contained in:
张泊明518370910136 2024-10-09 18:12:29 -04:00
parent 542394a48a
commit 8bf63594f0
GPG Key ID: D47306D7062CDA9D

View File

@ -65,6 +65,8 @@ jobs:
run: |
git clone ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/runner-images.git runner-images
cd runner-images
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"
else