A simple action to run tox like you would on your own machine.
NOTE: All inputs are optional.
Python version in which to run tox. Defaults to 3.11.
Tox environment to run. Defaults to none (a.k.a. "run all" in tox).
Maximum number of attempts to run the command until it succeeds. Defaults to 1.
Maximum number of attempts to run the command until it succeeds. Defaults to 10.
Whether to exit successfully even if the tox command fails or not. Defaults to false.
Whether to print a warning message when retrying the command. Defaults to false.