diff --git a/reactions/generate.sh b/reactions/generate.sh index ecc7b32..65ea26f 100755 --- a/reactions/generate.sh +++ b/reactions/generate.sh @@ -4,12 +4,12 @@ reactions="$(yq . /dev/stdin < reactions.yaml)" jq -n --argjson reactions "$reactions" \ '[ $reactions[] | { - label: ., + label: .emoji, hexcode: "2721", - shortcodes: [ . ], - tags: [ . ], - emoji: ., - text: ., + shortcodes: [ .emoji ], + tags: (.tags? + [ .emoji ]), + emoji: .emoji, + text: .emoji, type: 0, order: 0, group: 8,