Skip to content

Commit 8172e79

Browse files
committed
space after end of heredoc
1 parent 630af55 commit 8172e79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/emit-metrics/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ runs:
6767
6868
RAW_DIMENSIONS=$(cat << END_OF_DIMENSIONS
6969
${{ inputs.dimensions }}
70-
END_OF_DIMENSIONS)
70+
END_OF_DIMENSIONS )
7171
7272
RAW_METRICS=$(cat << END_OF_METRICS
7373
${{ inputs.metrics }}
74-
END_OF_METRICS)
74+
END_OF_METRICS )
7575
7676
NAMESPACE="--namespace \"${{ inputs.namespace }}\""
7777
DIMENSIONS="$(format "--dimension" "$RAW_DIMENSIONS")"

0 commit comments

Comments
 (0)