From aecdf7e8923c20c2359285023bcabb5c06f34f02 Mon Sep 17 00:00:00 2001 From: Davide Iadeluca Date: Fri, 18 Oct 2024 09:24:07 +0200 Subject: [PATCH] fix: unexpected inputs --- action.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/action.yml b/action.yml index 714d6c5..ca5401b 100644 --- a/action.yml +++ b/action.yml @@ -43,3 +43,11 @@ inputs: description: Set to `true` to commit all file changes, not just files in the dist JS directory. default: 'false' required: false + git_actor_name: + description: The name of the git actor to use for the bundled JS output. + required: false + #default: 'flarum-bot' + git_actor_email: + description: The email of the git actor to use for the bundled JS output. + required: false + #default: 'bot@flarum.org'