From 7a79b13e221b4d0a794b010dde912472c083b86e Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 3 Feb 2025 14:01:59 +0900 Subject: [PATCH] WORKFLOW: trying using gh instead - fix7 [skip ci] --- automation_tools/flathub_push_main.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/automation_tools/flathub_push_main.sh b/automation_tools/flathub_push_main.sh index dcf837f3..a3f68a05 100755 --- a/automation_tools/flathub_push_main.sh +++ b/automation_tools/flathub_push_main.sh @@ -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