test: update workflow
Some checks failed
build / trigger-build-image (pull_request) Has been cancelled
build / triger-update-ci (pull_request) Has been cancelled
build / build (pull_request) Has been cancelled
build / trigger-build-image (push) Has been cancelled
build / build (push) Has been cancelled
build / triger-update-ci (push) Failing after 8s
Some checks failed
build / trigger-build-image (pull_request) Has been cancelled
build / triger-update-ci (pull_request) Has been cancelled
build / build (pull_request) Has been cancelled
build / trigger-build-image (push) Has been cancelled
build / build (push) Has been cancelled
build / triger-update-ci (push) Failing after 8s
This commit is contained in:
parent
83a5693324
commit
3c2ad49905
|
@ -104,14 +104,14 @@ jobs:
|
|||
echo "HASH_MATCH=false" >> $GITHUB_ENV
|
||||
fi
|
||||
- name: Set up Git
|
||||
if: env.HASH_MATCH==true
|
||||
if: HASH_MATCH==true
|
||||
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, Commit and Push
|
||||
shell: bash
|
||||
if: env.HASH_MATCH==false
|
||||
if: HASH_MATCH==false
|
||||
run: |
|
||||
git clone ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/runner-images.git runner-images
|
||||
cd runner-images
|
||||
|
|
Loading…
Reference in New Issue
Block a user