Skip to content

Commit

Permalink
Revert "Add git setup step"
Browse files Browse the repository at this point in the history
This reverts commit 62962c9
  • Loading branch information
Goooler committed Dec 10, 2024
1 parent 801ecf3 commit 39abfc7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 39abfc7

Please sign in to comment.