Skip to content

Commit

Permalink
Update to use deploy_url
Browse files Browse the repository at this point in the history
.url is for prod
  • Loading branch information
SeanKilleen committed Dec 1, 2023
1 parent 4ed0750 commit c0d0f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
step: finish
status: ${{ job.status }}
deployment_id: ${{ steps.deployment.outputs.deployment_id }}
env_url: ${{ fromJson(steps.netlify.outputs.NETLIFY_OUTPUT).url }}
env_url: ${{ fromJson(steps.netlify.outputs.NETLIFY_OUTPUT).deploy_url }}
snippets:
name: "Build/Test Snippets"
runs-on: ubuntu-latest
Expand Down

0 comments on commit c0d0f1f

Please sign in to comment.