WORKFLOW: trying using gh instead - fix7 [skip ci]

This commit is contained in:
XargonWan 2025-02-03 14:01:59 +09:00
parent 4c7de1156b
commit 7a79b13e22

View file

@ -77,9 +77,6 @@ EOF
# If we are in a GitHub workflow...
if [ -n "${GITHUB_WORKFLOW}" ]; then
git config --local user.name "$GIT_NAME"
git config --local user.email "$GIT_MAIL"
git config --local credential.helper store
gh auth login
elif [[ -z $(git config --get user.name) || -z $(git config --get user.email) ]]; then
read -p "No git user.name set, please enter your name: " git_username