Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I have a GitHub app that uses workflow_dispatches as a trigger. This is unique because it doesn't checkout the repository it runs in. Nor does it use a workflow_call to pass the source. Instead, I have inputs that are used. Actions/checkout supports this, but s4u/setup-maven-action doesn't support these parameters currently.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Add the options for checkout-repository and checkout-token.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Considered a redesign of my application or staying on a fork, but seems simpler to merge the changes from my fork here and enable this functionality for more users.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I have a GitHub app that uses workflow_dispatches as a trigger. This is unique because it doesn't checkout the repository it runs in. Nor does it use a workflow_call to pass the source. Instead, I have inputs that are used. Actions/checkout supports this, but s4u/setup-maven-action doesn't support these parameters currently.
Describe the solution you'd like A clear and concise description of what you want to happen. Add the options for checkout-repository and checkout-token.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. Considered a redesign of my application or staying on a fork, but seems simpler to merge the changes from my fork here and enable this functionality for more users.
Additional context Add any other context or screenshots about the feature request here.