mirror of
https://github.com/appleboy/ssh-action.git
synced 2025-03-28 14:46:19 +01:00
chore: add testing
This commit is contained in:
parent
ecec4be1aa
commit
e4da4363c3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -213,5 +213,5 @@ jobs:
|
|||
key: ${{ secrets.KEY }}
|
||||
port: ${{ secrets.PORT }}
|
||||
script: |
|
||||
git pull "https://appleboy:${{ secrets.GITHUB_PASSWORD }}@github.com/go-training/self-runner.git" test_repository
|
||||
git pull https://appleboy:${{ secrets.GITHUB_TOKEN }}@github.com/go-training/self-runner.git test_repository
|
||||
rm -rf test_repository
|
||||
|
|
Loading…
Add table
Reference in a new issue