mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2026-01-11 05:51:43 -07:00
remove space
This commit is contained in:
@@ -8,7 +8,7 @@ USER_EMAIL="$4"
|
|||||||
REPO_USERNAME="$5"
|
REPO_USERNAME="$5"
|
||||||
|
|
||||||
if [ -z "$REPO_USERNAME" ] then
|
if [ -z "$REPO_USERNAME" ] then
|
||||||
REPO_USERNAME= $GITHUB_USERNAME
|
REPO_USERNAME=$GITHUB_USERNAME
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CLONE_DIR=$(mktemp -d)
|
CLONE_DIR=$(mktemp -d)
|
||||||
|
|||||||
Reference in New Issue
Block a user