We have some workflows that include an option for podman provider in the workflow_dispatch input, but they never use that value. Examples of this that I found are:
I think that the workflows should be checked for similar cases and the unused inputs should be removed for more clarity in the code and in the usage
We have some workflows that include an option for podman provider in the workflow_dispatch input, but they never use that value. Examples of this that I found are:
I think that the workflows should be checked for similar cases and the unused inputs should be removed for more clarity in the code and in the usage