Skip to content

Commit 2763143

Browse files
committed
ci(script): enhance CI workflows and API integration
- Change script execution to a multi-line bash script with error handling in GitHub workflow Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent 3f14168 commit 2763143

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/stable.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ jobs:
3737
username: linuxserver.io
3838
password: password
3939
port: 2222
40-
script: whoami
40+
script: |
41+
#!/usr/bin/env bash
42+
set -e
43+
whoami
4144
4245
check-ssh-key:
4346
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)