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 c42b011 commit 6d17d1fCopy full SHA for 6d17d1f
.github/workflows/smoketest.yaml
@@ -34,7 +34,7 @@ jobs:
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".
37
- echo "Branch deploy result: $BRANCH_DEPLOY_RESULT"
+ 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."
40
exit 1
0 commit comments