Change the order (all the required and then all the optionals)

This commit is contained in:
Carles Pina i Estany 2021-10-25 23:32:18 +01:00
parent 9ed2368a01
commit f7a5c6e388

View File

@ -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