Compare commits

..

1 Commits

Author SHA1 Message Date
Jesse
ae5f9dca74
Merge aed736182d into 3f1416813d 2024-10-13 09:01:02 +08:00
2 changed files with 2 additions and 8 deletions

View File

@ -37,10 +37,7 @@ jobs:
username: linuxserver.io username: linuxserver.io
password: password password: password
port: 2222 port: 2222
script: | script: whoami
#!/usr/bin/env bash
set -e
whoami
check-ssh-key: check-ssh-key:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@ -37,10 +37,7 @@ jobs:
username: linuxserver.io username: linuxserver.io
password: password password: password
port: 2222 port: 2222
script: | script: whoami
#!/usr/bin/env bash
set -e
whoami
check-ssh-key: check-ssh-key:
runs-on: ubuntu-latest runs-on: ubuntu-latest