mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2024-12-22 08:06:10 -07:00
Change the order (all the required and then all the optionals)
This commit is contained in:
parent
9ed2368a01
commit
f7a5c6e388
|
@ -10,13 +10,13 @@ inputs:
|
||||||
destination-repository-name:
|
destination-repository-name:
|
||||||
description: 'Destination repository'
|
description: 'Destination repository'
|
||||||
required: true
|
required: true
|
||||||
|
user-email:
|
||||||
|
description: 'Email for the git commit'
|
||||||
|
required: true
|
||||||
github-server:
|
github-server:
|
||||||
description: 'Github server'
|
description: 'Github server'
|
||||||
default: 'github.com'
|
default: 'github.com'
|
||||||
required: false
|
required: false
|
||||||
user-email:
|
|
||||||
description: 'Email for the git commit'
|
|
||||||
required: true
|
|
||||||
user-name:
|
user-name:
|
||||||
description: '[Optional] Name for the git commit. Defaults to the destination username/organization name'
|
description: '[Optional] Name for the git commit. Defaults to the destination username/organization name'
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Reference in New Issue
Block a user