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
|
then
|
||||||
REPO_USERNAME=$GITHUB_USERNAME
|
REPO_USERNAME=$GITHUB_USERNAME
|
||||||
fi
|
fi
|
||||||
if [ -z "$TARGET_BRANCH"]
|
if [ -z "$TARGET_BRANCH" ]
|
||||||
then
|
then
|
||||||
TARGET_BRANCH="master"
|
TARGET_BRANCH="master"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user