From 39abfc76894dddb305fbaa02bfca2478bd113cbc Mon Sep 17 00:00:00 2001 From: Goooler Date: Tue, 10 Dec 2024 15:26:16 +0800 Subject: [PATCH] Revert "Add git setup step" This reverts commit 62962c93 --- .github/workflows/ci.yml | 4 ---- .github/workflows/release.yml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f485dfc0c..0d244e472 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,10 +19,6 @@ jobs: - uses: gradle/actions/setup-gradle@v4 with: cache-read-only: true - - name: Set up Git - run: | - git config --global user.name 'github-actions[bot]' - git config --global user.email 'github-actions[bot]@users.noreply.github.com' - uses: actions/setup-node@v4 with: # Due to some limitations of https://github.com/node-gradle/gradle-node-plugin. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 91791ea54..804572862 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,10 +24,6 @@ jobs: with: # Due to some limitations of https://github.com/node-gradle/gradle-node-plugin. node-version: '16' - - name: Set up Git - run: | - git config --global user.name 'github-actions[bot]' - git config --global user.email 'github-actions[bot]@users.noreply.github.com' # Disable CC due to https://github.com/gradle/gradle/issues/22779 - run: ./gradlew releaseAll --no-configuration-cache env: