Skip to content

Commit 6d17d1f

Browse files
Update .github/workflows/smoketest.yaml
Co-authored-by: Copilot <[email protected]>
1 parent c42b011 commit 6d17d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoketest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
BRANCH_DEPLOY_RESULT: ${{ steps.branch-deploy.outputs.continue }}
3535
run: |
3636
# Make the job stop with an error if branch-deploy didn't return "true".
37-
echo "Branch deploy result: $BRANCH_DEPLOY_RESULT"
37+
echo "Branch Deploy result: $BRANCH_DEPLOY_RESULT"
3838
if [ "$BRANCH_DEPLOY_RESULT" != "true" ] ; then
3939
echo "Branch Deploy didn't return true. Aborting the job."
4040
exit 1

0 commit comments

Comments
 (0)