Skip to content

Commit

Permalink
Update setup-runner.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cobycloud authored Oct 21, 2024
1 parent cb73bcc commit 5de7e2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/setup-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
- name: Set up SSH connection and configure runner
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
host: ${{ secrets.LINUX_HOST }}
username: ${{ secrets.LINUX_USER }}
password: ${{ secrets.LINUX_PASSWORD }}
port: ${{ secrets.LINUX_PORT }}
script: |
su - runner -c "
mkdir -p ~/actions-runner && cd ~/actions-runner &&
Expand Down

0 comments on commit 5de7e2b

Please sign in to comment.