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 6d17d1f commit 2d7b903Copy full SHA for 2d7b903
.github/workflows/smoketest.yaml
@@ -33,7 +33,7 @@ jobs:
33
env:
34
BRANCH_DEPLOY_RESULT: ${{ steps.branch-deploy.outputs.continue }}
35
run: |
36
- # Make the job stop with an error if branch-deploy didn't return "true".
+ # Stop the job with an error if branch-deploy didn't return "true".
37
echo "Branch Deploy result: $BRANCH_DEPLOY_RESULT"
38
if [ "$BRANCH_DEPLOY_RESULT" != "true" ] ; then
39
echo "Branch Deploy didn't return true. Aborting the job."
0 commit comments