mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2026-01-11 05:51:43 -07:00
Creates a directory, not a file
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user