Skip to content

Commit

Permalink
Undo whatever this is manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnemotechnician committed Sep 6, 2024
1 parent c0ee9d7 commit b01674a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/actions_changelogs_since_last_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
DISCORD_SPLIT_LIMIT = 2000
DISCORD_WEBHOOK_URL = os.environ.get("DISCORD_WEBHOOK_URL")

CHANGELOG_FILE = "{CHANGELOG_DIR}"
CHANGELOG_FILE = os.environ.get("CHANGELOG_DIR")

TYPES_TO_EMOJI = {
"Fix": "🐛",
Expand Down

0 comments on commit b01674a

Please sign in to comment.