mirror of
https://githubfast.com/appleboy/ssh-action
synced 2024-10-31 23:46:30 +08:00
chore: add testing
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -222,9 +222,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
host: ${{ secrets.HOST }}
|
host: ${{ secrets.HOST }}
|
||||||
username: ${{ secrets.USERNAME }}
|
username: ${{ secrets.USERNAME }}
|
||||||
key: ${{ secrets.KEY }}
|
key: ${{ secrets.DEPLOY_SSH_KEY }}
|
||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script_stop: true
|
script_stop: true
|
||||||
script: |
|
script: |
|
||||||
git clone https://appleboy:${{ secrets.TEST_TOKEN }}@github.com/go-training/self-runner.git test_repository2
|
git clone git@github.com:go-training/self-runner.git test_repository2
|
||||||
cd test_repository2 && git pull
|
cd test_repository2 && git pull
|
||||||
|
|||||||
Reference in New Issue
Block a user