mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2024-12-22 08:06:10 -07:00
Update: action.yml
This commit is contained in:
parent
67a3a057c8
commit
b97d556c1d
|
@ -22,8 +22,8 @@ inputs:
|
||||||
required: false
|
required: false
|
||||||
default: ''
|
default: ''
|
||||||
target-branch:
|
target-branch:
|
||||||
description: '[Optional] set target branch name for the destination repository. Defaults to "master" for historical reasons'
|
description: '[Optional] set target branch name for the destination repository. Defaults to "main" for historical reasons'
|
||||||
default: 'master'
|
default: 'main'
|
||||||
required: false
|
required: false
|
||||||
commit-message:
|
commit-message:
|
||||||
description: '[Optional] commit message for the output repository. ORIGIN_COMMIT is replaced by the URL@commit in the origin repo'
|
description: '[Optional] commit message for the output repository. ORIGIN_COMMIT is replaced by the URL@commit in the origin repo'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user