Skip to content

Commit

Permalink
add the dollar sign (oops)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-jdgtl committed Mar 3, 2025
1 parent ce5a5d7 commit 1dca52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/get-env-details/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
id: cloud-platform
shell: bash
run: |
namespace='{{ inputs.environment }}'
namespace='${{ inputs.environment }}'
if [ '${{ inputs.environment }}' == 'development' ]; then namespace='dev'; fi
if [ '${{ inputs.environment }}' == 'production' ]; then namespace='prod'; fi
echo "namespace=${namespace}" | tee -a "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 1dca52d

Please sign in to comment.