ci: remove checkout
All checks were successful
build-image / create-empty-commit (push) Successful in 5s
checks / build (push) Successful in 1m11s

This commit is contained in:
张泊明518370910136 2024-09-26 02:20:34 -04:00
parent 5893b54054
commit 4b4c83a609
GPG Key ID: D47306D7062CDA9D

View File

@ -12,18 +12,14 @@ jobs:
volumes:
- /home/actions/.ssh:/root/.ssh
steps:
- name: Check out repository code
uses: https://gitea.com/BoYanZh/checkout@focs
- name: Set up Git
run: |
git config --global user.name "gitea-actions[bot]"
git config --global user.email "gitea-actions[bot]@users.noreply.gitea.com"
chown -R root:root /root/.ssh
- name: Clone target repository
- name: Clone, Commit and Push
run: |
git clone ssh://git@focs.ji.sjtu.edu.cn:2222/FOCS-dev/runner-images.git runner-images
cd runner-images
- name: Commit and Push
run: |
git commit --allow-empty -m "chore: trigger gitea actions by JOJ3"
git push