We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47e88e0 commit ebe9851Copy full SHA for ebe9851
.github/workflows/deploy-env.yaml
@@ -34,7 +34,7 @@ on:
34
35
jobs:
36
deploy:
37
- environment: ${{ inputs.environment || ops-preview-1 }}
+ environment: ${{ inputs.environment || 'ops-preview-1' }}
38
runs-on: ubuntu-latest
39
steps:
40
- name: 📥 Checkout repository
0 commit comments