ci: remove checkout
This commit is contained in:
parent
5893b54054
commit
4b4c83a609
|
@ -12,18 +12,14 @@ jobs:
|
||||||
volumes:
|
volumes:
|
||||||
- /home/actions/.ssh:/root/.ssh
|
- /home/actions/.ssh:/root/.ssh
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
|
||||||
uses: https://gitea.com/BoYanZh/checkout@focs
|
|
||||||
- name: Set up Git
|
- name: Set up Git
|
||||||
run: |
|
run: |
|
||||||
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
|
||||||
- name: Clone target repository
|
- name: Clone, Commit and Push
|
||||||
run: |
|
run: |
|
||||||
git clone ssh://git@focs.ji.sjtu.edu.cn:2222/FOCS-dev/runner-images.git runner-images
|
git clone ssh://git@focs.ji.sjtu.edu.cn:2222/FOCS-dev/runner-images.git runner-images
|
||||||
cd runner-images
|
cd runner-images
|
||||||
- name: Commit and Push
|
|
||||||
run: |
|
|
||||||
git commit --allow-empty -m "chore: trigger gitea actions by JOJ3"
|
git commit --allow-empty -m "chore: trigger gitea actions by JOJ3"
|
||||||
git push
|
git push
|
||||||
|
|
Loading…
Reference in New Issue
Block a user