We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed5bfa commit 2b54bb2Copy full SHA for 2b54bb2
.github/actions/get-env-details/action.yml
@@ -23,6 +23,7 @@ runs:
23
id: cloud-platform
24
shell: bash
25
run: |
26
+ namespace='${{ inputs.environment }}'
27
if [ '${{ inputs.environment }}' == 'development' ]; then namespace='dev'; fi
28
if [ '${{ inputs.environment }}' == 'production' ]; then namespace='prod'; fi
29
echo "namespace=${namespace}" | tee -a "$GITHUB_OUTPUT"
0 commit comments