Update: action.yml

This commit is contained in:
Eliminater74 2021-08-20 19:30:49 -04:00
parent 67a3a057c8
commit b97d556c1d
No known key found for this signature in database
GPG Key ID: 2DB13AFD9AF1A53C

View File

@ -22,8 +22,8 @@ inputs:
required: false
default: ''
target-branch:
description: '[Optional] set target branch name for the destination repository. Defaults to "master" for historical reasons'
default: 'master'
description: '[Optional] set target branch name for the destination repository. Defaults to "main" for historical reasons'
default: 'main'
required: false
commit-message:
description: '[Optional] commit message for the output repository. ORIGIN_COMMIT is replaced by the URL@commit in the origin repo'