mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
allow empty author/committer
This commit is contained in:
parent
cd5c7e4b8b
commit
5875c1e2e0
4 changed files with 34 additions and 20 deletions
|
@ -74,6 +74,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
|
||||
author-as-actions:
|
||||
description: 'use GitHub Actions App as the author/committer which signs the commit'
|
||||
default: false
|
||||
outputs:
|
||||
pull-request-number:
|
||||
description: 'The pull request number'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue