Skip to content

Commit 8aeb560

Browse files
authored
replace script_stop: true with set -e
1 parent 7f74421 commit 8aeb560

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
host: ${{ secrets.SERVER_HOST }}
2828
username: ${{ secrets.SERVER_USERNAME }}
2929
key: ${{ secrets.SERVER_KEY }}
30-
script_stop: true
3130
script: |
31+
set -e
3232
git --version
3333
node --version
3434
npm --version

0 commit comments

Comments
 (0)