mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2024-12-22 16:16:09 -07:00
fix if statement
This commit is contained in:
parent
a69edf2ee5
commit
b174d4c1a3
|
@ -7,7 +7,8 @@ GITHUB_REPO="$3"
|
|||
USER_EMAIL="$4"
|
||||
REPO_USERNAME="$5"
|
||||
|
||||
if [ -z "$REPO_USERNAME" ] then
|
||||
if [ -z "$REPO_USERNAME" ]
|
||||
then
|
||||
REPO_USERNAME=$GITHUB_USERNAME
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user