Skip to content

Commit 630af55

Browse files
committed
fix indentation in heredoc
1 parent cdb01be commit 630af55

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,12 @@ runs:
6666
}
6767
6868
RAW_DIMENSIONS=$(cat << END_OF_DIMENSIONS
69-
${{ inputs.dimensions }}
70-
END_OF_DIMENSIONS )
69+
${{ inputs.dimensions }}
70+
END_OF_DIMENSIONS)
71+
7172
RAW_METRICS=$(cat << END_OF_METRICS
72-
${{ inputs.metrics }}
73-
END_OF_METRICS )
73+
${{ inputs.metrics }}
74+
END_OF_METRICS)
7475
7576
NAMESPACE="--namespace \"${{ inputs.namespace }}\""
7677
DIMENSIONS="$(format "--dimension" "$RAW_DIMENSIONS")"

0 commit comments

Comments
 (0)