mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
feat: add option to choose between force and force-with-lease
This commit is contained in:
parent
f094b77505
commit
e4c00137fe
4 changed files with 10 additions and 4 deletions
|
@ -69,6 +69,9 @@ inputs:
|
|||
draft:
|
||||
description: 'Create a draft pull request. It is not possible to change draft status after creation except through the web interface'
|
||||
default: false
|
||||
force:
|
||||
description: 'Force push the changes even if the current branch is referenced by others.'
|
||||
default: false
|
||||
outputs:
|
||||
pull-request-number:
|
||||
description: 'The pull request number'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue