We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8bbede commit 08188fbCopy full SHA for 08188fb
.github/workflows/plan.yml
@@ -21,7 +21,7 @@ jobs:
21
plan:
22
runs-on: ubuntu-latest
23
environment:
24
- name: ${{ github.event.inputs.environment }}"
+ name: ${{ github.event.inputs.environment }}
25
steps:
26
- name: Deploy to environment
27
run: echo "Deploying to ${{ needs.determine_environment.outputs.env_name }}"
0 commit comments