1
0
mirror of https://github.com/appleboy/ssh-action.git synced 2025-09-13 13:20:14 +08:00

Update main.yml

Signed-off-by: addminbpk <traffic.bpk@gmail.com>
This commit is contained in:
addminbpk 2025-07-15 13:00:16 +07:00 committed by GitHub
parent 488eb71fc6
commit 39163df016
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ on: [push]
jobs:
default-user-name-password:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Checkout code
uses: actions/checkout@v4
@ -67,7 +67,7 @@ jobs:
cat /tmp/test/hello.txt
check-ssh-key:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Checkout code
uses: actions/checkout@v4