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 c553364 commit 28fcf33Copy full SHA for 28fcf33
.github/actions/emit-metrics/action.yml
@@ -65,7 +65,7 @@ runs:
65
echo -n "$(trim "$PROCESSED")"
66
}
67
68
- NAMESPACE="--namespace "${{ inputs.namespace }}""
+ NAMESPACE="--namespace \"${{ inputs.namespace }}\""
69
DIMENSIONS="$(format "--dimension" "${{ inputs.dimensions }}")"
70
METRICS="$(format "--metric" "${{ inputs.metrics }}")"
71
CMD="kat $NAMESPACE $DIMENSIONS $METRICS"
0 commit comments