set default back to false
This commit is contained in:
parent
1da4bbe67c
commit
bb1f2b1327
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ inputs:
|
||||||
The pull request will be created to merge the fork's branch into the parent's base.
|
The pull request will be created to merge the fork's branch into the parent's base.
|
||||||
sign-commits:
|
sign-commits:
|
||||||
description: 'Sign commits as `github-actions[bot]` when using `GITHUB_TOKEN`, or your own bot when using GitHub App tokens.'
|
description: 'Sign commits as `github-actions[bot]` when using `GITHUB_TOKEN`, or your own bot when using GitHub App tokens.'
|
||||||
default: true
|
default: false
|
||||||
title:
|
title:
|
||||||
description: 'The title of the pull request.'
|
description: 'The title of the pull request.'
|
||||||
default: 'Changes by create-pull-request action'
|
default: 'Changes by create-pull-request action'
|
||||||
|
|
Loading…
Reference in a new issue