From e572f56030e60dd5f8f32dbc23e451498f231c44 Mon Sep 17 00:00:00 2001 From: Peter Evans <18365890+peter-evans@users.noreply.github.com> Date: Wed, 14 Aug 2024 21:06:45 +0000 Subject: [PATCH] set default back to false --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7a8f470..6fd181d 100644 --- a/action.yml +++ b/action.yml @@ -53,7 +53,7 @@ inputs: The pull request will be created to merge the fork's branch into the parent's base. sign-commits: 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: description: 'The title of the pull request.' default: 'Changes by create-pull-request action'