From 2b5769545dc095769f636bbccd21c89c8c56e5d6 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Mon, 30 Sep 2024 17:45:14 -0400 Subject: [PATCH] fix: url typo --- .gitea/workflows/build-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-image.yaml b/.gitea/workflows/build-image.yaml index 1f7e485..18ab105 100644 --- a/.gitea/workflows/build-image.yaml +++ b/.gitea/workflows/build-image.yaml @@ -19,7 +19,7 @@ jobs: chown -R root:root /root/.ssh - name: Clone, Commit and Push run: | - git clone ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ3/runner-images.git runner-images + git clone ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/runner-images.git runner-images cd runner-images git commit --allow-empty -m "chore: trigger gitea actions by JOJ3" git push