From 9e25c5d6bbf5e640d9f36428efc0e3db10ac794e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20Tanr=C4=B1verdi?= Date: Thu, 25 Dec 2025 13:58:31 +0000 Subject: [PATCH] Update .gitea/workflows/pr-delete-branch.yml --- .gitea/workflows/pr-delete-branch.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/pr-delete-branch.yml b/.gitea/workflows/pr-delete-branch.yml index 8570c6f..1074510 100644 --- a/.gitea/workflows/pr-delete-branch.yml +++ b/.gitea/workflows/pr-delete-branch.yml @@ -23,8 +23,8 @@ jobs: BRANCH_NAME="${{ github.event.pull_request.head.ref }}" echo "Deleting branch: $BRANCH_NAME" - git config user.name "gitea-actions[bot]" - git config user.email "gitea-actions[bot]@gitea" + #git config user.name "gitea-actions[bot]" + #git config user.email "gitea-actions[bot]@gitea" - git push origin --delete "$BRANCH_NAME" || echo "Failed to delete branch $BRANCH_NAME" - echo "Branch $BRANCH_NAME has been deleted" + #git push origin --delete "$BRANCH_NAME" || echo "Failed to delete branch $BRANCH_NAME" + #echo "Branch $BRANCH_NAME has been deleted"