Remove branch default value

This commit is contained in:
Stefan Zweifel 2020-02-05 21:24:36 +01:00
parent 5df30c89b8
commit e20b39e8ed

View File

@ -10,7 +10,7 @@ inputs:
branch:
description: Git branch name, where changes should be pushed too.
required: false
default: ${GITHUB_REF:11}
default: null
commit_options:
description: Commit options (eg. --no-verify)
required: false