Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 3, 2021
1 parent e859bf3 commit cb0f4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_releasenote.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def main() -> int:
fix_issue_regex = os.environ["INPUT_FIX_ISSUE_REGEX"]
fix_issue_repl = os.environ["INPUT_FIX_ISSUE_REPL"]
changes = root / os.environ["INPUT_CHANGES_FILE"]
name = os.environ["INPUT_FIX_NAME"]
name = os.environ["INPUT_NAME"]
note = parse(
changes=changes.read_text("utf-8"),
version=version,
Expand Down

0 comments on commit cb0f4d6

Please sign in to comment.