[FEATURE] Allow an input to control the use of the --skip-ci
flag when performing a release
#29
Labels
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
I would like to have
cog bump --auto
also pass the--skip-ci
flag when performing a release.Describe the solution you'd like
Either solution below would work (for me):
false
, that when set totrue
passes the--skip-ci
flag tocog
when performing a release.''
, that can can pass arbitrary parameters tocog
. Ideally there would be multiples of these, one for each type of action taken when runningcog
(one for check, one for release, etc.).Describe alternatives you've considered
I used the action with
check: false
to install cocogitto, then instead of using the action to release I in-lined the code fromcog.sh
to add--skip-ci
.Additional context
N/A
The text was updated successfully, but these errors were encountered: