Skip to content

Commit 08188fb

Browse files
committed
Removem trailing quote.
1 parent f8bbede commit 08188fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/plan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
plan:
2222
runs-on: ubuntu-latest
2323
environment:
24-
name: ${{ github.event.inputs.environment }}"
24+
name: ${{ github.event.inputs.environment }}
2525
steps:
2626
- name: Deploy to environment
2727
run: echo "Deploying to ${{ needs.determine_environment.outputs.env_name }}"

0 commit comments

Comments
 (0)