mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2024-12-21 23:56:09 -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:
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user