Skip to content

Commit a8d34b5

Browse files
committed
proper kat subcommands
1 parent 28fcf33 commit a8d34b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ runs:
6868
NAMESPACE="--namespace \"${{ inputs.namespace }}\""
6969
DIMENSIONS="$(format "--dimension" "${{ inputs.dimensions }}")"
7070
METRICS="$(format "--metric" "${{ inputs.metrics }}")"
71-
CMD="kat $NAMESPACE $DIMENSIONS $METRICS"
71+
CMD="kat metrics emit $NAMESPACE $DIMENSIONS $METRICS"
7272
7373
echo "Executing command \"$CMD\""
7474
eval "$CMD"

0 commit comments

Comments
 (0)