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 8172e79 commit 7cf5967Copy full SHA for 7cf5967
.github/actions/emit-metrics/action.yml
@@ -65,13 +65,15 @@ runs:
65
echo -n "$(trim "$PROCESSED")"
66
}
67
68
- RAW_DIMENSIONS=$(cat << END_OF_DIMENSIONS
+ RAW_DIMENSIONS=$(cat <<'END_OF_DIMENSIONS'
69
${{ inputs.dimensions }}
70
- END_OF_DIMENSIONS )
+ END_OF_DIMENSIONS
71
+ )
72
- RAW_METRICS=$(cat << END_OF_METRICS
73
+ RAW_METRICS=$(cat <<'END_OF_METRICS'
74
${{ inputs.metrics }}
- END_OF_METRICS )
75
+ END_OF_METRICS
76
77
78
NAMESPACE="--namespace \"${{ inputs.namespace }}\""
79
DIMENSIONS="$(format "--dimension" "$RAW_DIMENSIONS")"
0 commit comments