Testing #1

Merged
LukeGus merged 9 commits from testing into main 2024-11-28 04:52:52 +00:00
Showing only changes of commit b66976a732 - Show all commits

View File

@@ -54,7 +54,6 @@ if [ $? -ne 0 ]; then
fi
echo "Pushing changes forcefully to branch: $BRANCH_NAME"
# Set GIT_ASKPASS to bypass the password prompt using the stored credentials
export GIT_ASKPASS=echo
git push -f origin "$BRANCH_NAME"
if [ $? -ne 0 ]; then