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