Skip to content

Commit f263961

Browse files
committed
fix: wrong github environment url
1 parent 27b6fbe commit f263961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_to_netlify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
needs: set_deploy_environment
8282
environment:
8383
name: ${{ needs.set_deploy_environment.outputs.github_environment }}
84-
url: ${{ steps.post_deploy.outputs.netlify_deploy_url }}
84+
url: ${{ steps.deploy.outputs.netlify-deploy-url }}
8585
runs-on: ubuntu-latest
8686
steps:
8787
- name: Set app environment variables

0 commit comments

Comments
 (0)