Skip to content

Commit

Permalink
fix syntax error for job environment 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 07283d8 commit 9342993
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 @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
name: Sandbox Testing
environment:
name: "${{ env.project_name }}-${{ env.environment_name }}"
name: ${{ env.project_name }}-${{ env.environment_name }}
url: ${{ steps.deploy-website.outputs.deployment_url }}

steps:
Expand Down

0 comments on commit 9342993

Please sign in to comment.