Skip to content

Commit

Permalink
Fix missing prefix env. github-script-poc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daveboster authored Nov 24, 2023
1 parent bec17ad commit 0baf78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-script-poc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Deployment
id: deploy-website
run: echo "deployment_url=${{ environment_url }}" >> "$GITHUB_OUTPUT"
run: echo "deployment_url=${{ env.environment_url }}" >> "$GITHUB_OUTPUT"

- name: Create Sample Deployment Status (completed)
uses: actions/github-script@v4
Expand Down

0 comments on commit 0baf78d

Please sign in to comment.