Skip to content

Commit cb0f4d6

Browse files
committed
Fix typo
1 parent e859bf3 commit cb0f4d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get_releasenote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def main() -> int:
9393
fix_issue_regex = os.environ["INPUT_FIX_ISSUE_REGEX"]
9494
fix_issue_repl = os.environ["INPUT_FIX_ISSUE_REPL"]
9595
changes = root / os.environ["INPUT_CHANGES_FILE"]
96-
name = os.environ["INPUT_FIX_NAME"]
96+
name = os.environ["INPUT_NAME"]
9797
note = parse(
9898
changes=changes.read_text("utf-8"),
9999
version=version,

0 commit comments

Comments
 (0)