mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2025-12-06 20:57:15 -07:00
Change the order (all the required and then all the optionals)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user