Skip to content

Commit

Permalink
UML-3762: ensure end of workflow runs (#3004)
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-whitwell authored Dec 12, 2024
1 parent c1047bf commit b939b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/path-to-live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ jobs:
if ${{ contains(needs.slack_notify.result, 'success') }}; then
echo "Deployment to production successful"
echo "Tag Used: main-${{ needs.workflow_variables.outputs.semver_tag }}"
echo "URL: https://use-lasting-power-of-attorney.service.gov.uk
echo "URL: https://use-lasting-power-of-attorney.service.gov.uk"
exit 0
else
echo "Deployment to production failed"
Expand Down

0 comments on commit b939b98

Please sign in to comment.