We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27b6fbe commit f263961Copy full SHA for f263961
.github/workflows/deploy_to_netlify.yaml
@@ -81,7 +81,7 @@ jobs:
81
needs: set_deploy_environment
82
environment:
83
name: ${{ needs.set_deploy_environment.outputs.github_environment }}
84
- url: ${{ steps.post_deploy.outputs.netlify_deploy_url }}
+ url: ${{ steps.deploy.outputs.netlify-deploy-url }}
85
runs-on: ubuntu-latest
86
steps:
87
- name: Set app environment variables
0 commit comments