Skip to content

Commit 41fa763

Browse files
committed
addl echoes for debugging
1 parent 7cf5967 commit 41fa763

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,13 @@ runs:
6969
${{ inputs.dimensions }}
7070
END_OF_DIMENSIONS
7171
)
72+
echo "RAW_DIMENSIONS: $RAW_DIMENSIONS"
7273
7374
RAW_METRICS=$(cat <<'END_OF_METRICS'
7475
${{ inputs.metrics }}
7576
END_OF_METRICS
7677
)
78+
echo "RAW_METRICS: $RAW_METRICS"
7779
7880
NAMESPACE="--namespace \"${{ inputs.namespace }}\""
7981
DIMENSIONS="$(format "--dimension" "$RAW_DIMENSIONS")"

0 commit comments

Comments
 (0)