mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2025-12-07 05:07:15 -07:00
Fix "typo" in yml
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user