mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2024-12-22 08:06:10 -07:00
fixes missing ]
This commit is contained in:
parent
26fe0168e2
commit
80a683b9ad
|
@ -12,7 +12,7 @@ if [ -z "$REPO_USERNAME" ]
|
|||
then
|
||||
REPO_USERNAME=$GITHUB_USERNAME
|
||||
fi
|
||||
if [ -z "$TARGET_BRANCH"]
|
||||
if [ -z "$TARGET_BRANCH" ]
|
||||
then
|
||||
TARGET_BRANCH="master"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user