From f7a5c6e388e448731ed466f1aaca170b7471e910 Mon Sep 17 00:00:00 2001 From: Carles Pina i Estany Date: Mon, 25 Oct 2021 23:32:18 +0100 Subject: [PATCH] Change the order (all the required and then all the optionals) --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index f9fede9..6565b5e 100644 --- a/action.yml +++ b/action.yml @@ -10,13 +10,13 @@ inputs: destination-repository-name: description: 'Destination repository' required: true + user-email: + description: 'Email for the git commit' + required: true github-server: description: 'Github server' default: 'github.com' required: false - user-email: - description: 'Email for the git commit' - required: true user-name: description: '[Optional] Name for the git commit. Defaults to the destination username/organization name' required: false