This commit is contained in:
Michael Grote 2023-07-21 20:53:51 +02:00
parent 16085dd949
commit d99f2bcc74
1 changed files with 1 additions and 1 deletions

2
app.sh
View File

@ -35,7 +35,7 @@ while true ; do
exit 3
fi
GIT_REPO_PATH=$(/tmp/tmp.gUcRmxSldg)
GIT_REPO_PATH=$(mktemp -d)
git config --global user.email "$GIT_USER_MAIL"
git config --global user.name "$GIT_USERNAME"