We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27cb434 commit ec5cea1Copy full SHA for ec5cea1
.github/workflows/deploy.workflow.yml
@@ -22,6 +22,7 @@ jobs:
22
username: ${{ secrets.SSH_USER }}
23
key: ${{ secrets.SSH_PRIVATE_KEY }}
24
script: |
25
+ set -e # Exit on error
26
cd ${{ secrets.WORK_DIR }}
27
28
# Set up Git to use the Personal Access Token
0 commit comments