Update push-to-techxuexi.yml

This commit is contained in:
techxuexi21 2021-12-23 05:46:31 +00:00 committed by GitHub
parent d9e11e683d
commit 03bd7a151d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,5 +26,5 @@ jobs:
echo -e "${{ secrets.SSHKEY }}" > ~/.ssh/id_rsa echo -e "${{ secrets.SSHKEY }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa chmod 600 ~/.ssh/id_rsa
ssh-keyscan github.com > ~/.ssh/known_hosts ssh-keyscan github.com > ~/.ssh/known_hosts
git push -f "git@github.com:${{ secrets.SRC_PEPO }}.git" "main:main" git push -f "git@github.com:TechXueXi/study_xxqg.git" "main:main"