Skip to content

Commit

Permalink
try fix default environments
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkoSekulic committed Aug 12, 2024
1 parent bbdcaa1 commit a32b79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-designer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Construct environment
id: construct-enviornment
run: |
environments="${github.event.inputs.environments:-dev,staging,prod}"
environments="${{ github.event.inputs.environments || 'dev,staging,prod' }}"
jsonArray=$(echo "[\"$(echo $environments | sed 's/,/\",\"/g')\"]")
echo jsonArray
Expand Down

0 comments on commit a32b79d

Please sign in to comment.