mirror of
https://github.com/appleboy/ssh-action.git
synced 2026-07-09 15:02:53 +00:00
Compare commits
No commits in common. "8b84eaec3a216f1a0a6f56e15a7ab08f9975236a" and "3f1416813d34f7167832a87fe9607a99b05622a7" have entirely different histories.
8b84eaec3a
...
3f1416813d
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -37,10 +37,7 @@ jobs:
|
||||
username: linuxserver.io
|
||||
password: password
|
||||
port: 2222
|
||||
script: |
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
whoami
|
||||
script: whoami
|
||||
|
||||
check-ssh-key:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
5
.github/workflows/stable.yml
vendored
5
.github/workflows/stable.yml
vendored
@ -37,10 +37,7 @@ jobs:
|
||||
username: linuxserver.io
|
||||
password: password
|
||||
port: 2222
|
||||
script: |
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
whoami
|
||||
script: whoami
|
||||
|
||||
check-ssh-key:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user