Skip to content

Commit

Permalink
get output from log
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed Oct 31, 2024
1 parent 2d58d6a commit 6f40677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
"${{ needs.get-version.outputs.version }}" \
"${{ github.sha }}") || (echo "$script_log" && exit 1)
echo -e "---- script log\n$script_log\n----"; \
echo "::set-output name=valid::$valid"
valid=$(echo "$script_log" | tail -n 1)
if [ "$valid" != "true" ]; then
echo "Validation of primary deploy failed"
exit 1
Expand Down

0 comments on commit 6f40677

Please sign in to comment.