nearform-actions / optic-release-automation-action

Automate the release process of your npm packages, apps and actions
18 stars 14 forks source link

Allow providing inputs to the checkout action #412

Closed simoneb closed 7 months ago

simoneb commented 7 months ago

When you release a repository this action, you may need to customize the way the source code is checked out, for example by checking out the full history to generate a changelog.

Because this action uses internally the checkout action, there's currently no way to customize that behavior.

It would be useful to expose inputs which are passed to the checkout action.

simoneb commented 7 months ago

This can be accomplished by customizing the build command, so closing as not necessary anymore.