We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f74421 commit 8aeb560Copy full SHA for 8aeb560
1 file changed
.github/workflows/main.yml
@@ -27,8 +27,8 @@ jobs:
27
host: ${{ secrets.SERVER_HOST }}
28
username: ${{ secrets.SERVER_USERNAME }}
29
key: ${{ secrets.SERVER_KEY }}
30
- script_stop: true
31
script: |
+ set -e
32
git --version
33
node --version
34
npm --version
0 commit comments