Skip to content

Commit

Permalink
FIX: Name
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Dec 21, 2023
1 parent 5aefc5b commit f3f84b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/rename_towncrier/rename_towncrier.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@
to = file_re.sub(rf"{directory}{pr_num}.\1.rst", fro)
print(f"Renaming {fro} to {to}")
if real:
subprocess.check_call(["git", "mv", fro, to])
subprocess.check_call(["mv", fro, to])

0 comments on commit f3f84b1

Please sign in to comment.