mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Merge pull request #661 from mcarlton00/emoji-update
CI - remove use_aliases from emoji command
This commit is contained in:
commit
83992d199b
1 changed files with 1 additions and 1 deletions
2
.github/tools/reformat_changelog.py
vendored
2
.github/tools/reformat_changelog.py
vendored
|
@ -23,7 +23,7 @@ class SectionType(TypedDict):
|
||||||
|
|
||||||
def reformat(item_format: str, output_emoji: bool) -> None:
|
def reformat(item_format: str, output_emoji: bool) -> None:
|
||||||
data = [
|
data = [
|
||||||
emojize(x.strip(), use_aliases=True, variant="emoji_type")
|
emojize(x.strip(), variant="emoji_type")
|
||||||
for x in sys.stdin.readlines()
|
for x in sys.stdin.readlines()
|
||||||
if x.strip()
|
if x.strip()
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue