We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8181888 commit e41d480Copy full SHA for e41d480
tests/utils.py
@@ -12,6 +12,7 @@
12
13
def get_commit_message():
14
commit_msg = os.getenv("COMMIT_MESSAGE", "")
15
+ raise ValueError(commit_msg)
16
return commit_msg.lower()
17
18
0 commit comments