Skip to content

Commit 2b54bb2

Browse files
committed
Added namespace variable in get-env-details
1 parent 8ed5bfa commit 2b54bb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/get-env-details/action.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ runs:
2323
id: cloud-platform
2424
shell: bash
2525
run: |
26+
namespace='${{ inputs.environment }}'
2627
if [ '${{ inputs.environment }}' == 'development' ]; then namespace='dev'; fi
2728
if [ '${{ inputs.environment }}' == 'production' ]; then namespace='prod'; fi
2829
echo "namespace=${namespace}" | tee -a "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)