mirror of
https://github.com/mtkennerly/dunamai-action.git
synced 2025-06-20 06:08:03 +00:00
#2: Fix run_command invocation
This commit is contained in:
parent
339edcd818
commit
2c98d04fa2
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ def main() -> None:
|
|||
elif install == "latest":
|
||||
run_command("pip install dunamai")
|
||||
else:
|
||||
run_command("pip install dunamai=={}", install)
|
||||
run_command("pip install dunamai=={}".format(install))
|
||||
|
||||
version = run_command("{} {}".format(command, args))
|
||||
set_output("version", version)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue