feat: add option to choose between force and force-with-lease

This commit is contained in:
Keunhong Lee 2022-05-18 06:46:22 +00:00
parent f094b77505
commit e4c00137fe
4 changed files with 10 additions and 4 deletions

View file

@ -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'