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'