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 cdb01be commit 630af55Copy full SHA for 630af55
.github/actions/emit-metrics/action.yml
@@ -66,11 +66,12 @@ runs:
66
}
67
68
RAW_DIMENSIONS=$(cat << END_OF_DIMENSIONS
69
- ${{ inputs.dimensions }}
70
- END_OF_DIMENSIONS )
+ ${{ inputs.dimensions }}
+ END_OF_DIMENSIONS)
71
+
72
RAW_METRICS=$(cat << END_OF_METRICS
- ${{ inputs.metrics }}
73
- END_OF_METRICS )
+ ${{ inputs.metrics }}
74
+ END_OF_METRICS)
75
76
NAMESPACE="--namespace \"${{ inputs.namespace }}\""
77
DIMENSIONS="$(format "--dimension" "$RAW_DIMENSIONS")"
0 commit comments