From ec0ecad8a43c0ba145809760e60b1aa50197544f Mon Sep 17 00:00:00 2001 From: Moazzem Hossain <148990357+Moazzem-Hossain-pixel@users.noreply.github.com> Date: Wed, 21 Feb 2024 23:44:34 +0600 Subject: [PATCH] Revert "Add user config for automated merge. (#25)" This reverts commit 373269cd29c49cd2fb93fc2274e31d56651d1379. --- .github/workflows/merge-main-into-small-image.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/merge-main-into-small-image.yml b/.github/workflows/merge-main-into-small-image.yml index bd31c5b..7370c80 100644 --- a/.github/workflows/merge-main-into-small-image.yml +++ b/.github/workflows/merge-main-into-small-image.yml @@ -17,8 +17,6 @@ jobs: fetch-depth: 0 - name: Merge with main run: | - git config user.name github-actions - git config user.email github-actions@github.com git fetch git checkout small-image git merge main --no-ff --no-edit