Skip to content

Commit 4ad1643

Browse files
authored
Merge pull request #150 from ansidev/patchfix/github-environment-url
fix: wrong github environment url
2 parents 27b6fbe + f263961 commit 4ad1643

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)