Skip to content

Commit

Permalink
Fix environment_url
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Geraghty committed Feb 14, 2025
1 parent 1f698c0 commit 22c6109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ephemeral_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
secrets: inherit
with:
environment: 'dev'
environment_url: ${{ needs.prepare_overrides.outputs.ingress_host }}
environment_url: ${{ needs.prepare_deployment_context.outputs.ingress_host }}
app_version: '${{ needs.build_docker.outputs.app_version }}'
helm_release_name: ${{ needs.prepare_deployment_context.outputs.release_name }}
helm_additional_args: >-
Expand Down

0 comments on commit 22c6109

Please sign in to comment.