Skip to content

Commit ebe9851

Browse files
committed
Set default env as string literal
1 parent 47e88e0 commit ebe9851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-env.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434

3535
jobs:
3636
deploy:
37-
environment: ${{ inputs.environment || ops-preview-1 }}
37+
environment: ${{ inputs.environment || 'ops-preview-1' }}
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: 📥 Checkout repository

0 commit comments

Comments
 (0)