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 2d58d6a commit 6f40677Copy full SHA for 6f40677
.github/workflows/app-build-and-deploy.yml
@@ -163,7 +163,7 @@ jobs:
163
"${{ needs.get-version.outputs.version }}" \
164
"${{ github.sha }}") || (echo "$script_log" && exit 1)
165
echo -e "---- script log\n$script_log\n----"; \
166
- echo "::set-output name=valid::$valid"
+ valid=$(echo "$script_log" | tail -n 1)
167
if [ "$valid" != "true" ]; then
168
echo "Validation of primary deploy failed"
169
exit 1
0 commit comments