Skip to content

Commit

Permalink
Disable webhook script debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
irismessage committed Dec 14, 2024
1 parent 1ba6f38 commit c87f1ca
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 @@ -14,7 +14,7 @@
import requests
import yaml

DEBUG = True
DEBUG = False
DEBUG_CHANGELOG_FILE_OLD = Path("../Changelog-Impstation-old.yml")
GITHUB_API_URL = os.environ.get("GITHUB_API_URL", "https://api.github.com")

Expand Down

0 comments on commit c87f1ca

Please sign in to comment.