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: