Skip to content

Commit

Permalink
Add the missing double quotes (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomitheninja authored Sep 26, 2024
1 parent 38eff29 commit 27ca962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/self-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
environment: ${{ fromJson(
github.event_name == 'workflow_dispatch' && '[${{ inputs.environment }}]' || '["staging", "production"]') }}
github.event_name == 'workflow_dispatch' && '["${{ inputs.environment }}"]' || '["staging", "production"]') }}
max-parallel: 1

environment: ${{ matrix.environment }}
Expand Down

0 comments on commit 27ca962

Please sign in to comment.