We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab29b6 commit 3f279c3Copy full SHA for 3f279c3
.github/workflows/cicd-2-publish.yaml
@@ -113,7 +113,7 @@ jobs:
113
114
- name: "Validate Feature Toggles"
115
env:
116
- ENV: ${{ needs.metadata.outputs.environment }}
+ ENV: dev
117
run: |
118
pip install boto3
119
python scripts/feature_toggle/validate_toggles.py
.github/workflows/cicd-3-test-deploy.yaml
@@ -101,7 +101,7 @@ jobs:
101
102
103
104
+ ENV: test
105
106
107
0 commit comments