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 e859bf3 commit cb0f4d6Copy full SHA for cb0f4d6
get_releasenote.py
@@ -93,7 +93,7 @@ def main() -> int:
93
fix_issue_regex = os.environ["INPUT_FIX_ISSUE_REGEX"]
94
fix_issue_repl = os.environ["INPUT_FIX_ISSUE_REPL"]
95
changes = root / os.environ["INPUT_CHANGES_FILE"]
96
- name = os.environ["INPUT_FIX_NAME"]
+ name = os.environ["INPUT_NAME"]
97
note = parse(
98
changes=changes.read_text("utf-8"),
99
version=version,
0 commit comments