mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2024-12-22 08:06:10 -07:00
Creates a directory, not a file
This commit is contained in:
parent
30ad5ed618
commit
f6ed973d7b
|
@ -6,7 +6,7 @@ GITHUB_USERNAME="$2"
|
||||||
GITHUB_REPO="$3"
|
GITHUB_REPO="$3"
|
||||||
GIT_USER_EMAIL="$4"
|
GIT_USER_EMAIL="$4"
|
||||||
|
|
||||||
CLONE_DIR=$(mktemp)
|
CLONE_DIR=$(mktemp --directory)
|
||||||
|
|
||||||
# Setup git
|
# Setup git
|
||||||
git config --global user.email "$GIT_USER_EMAIL"
|
git config --global user.email "$GIT_USER_EMAIL"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user