소스 검색

Use github-actions[bot]

Issue gh-13865
Marcus Da Coregio 1 년 전
부모
커밋
89ed2d935e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .github/workflows/gradle-wrapper-upgrade-execution.yml

+ 2 - 2
.github/workflows/gradle-wrapper-upgrade-execution.yml

@@ -15,8 +15,8 @@ jobs:
           TOKEN: ${{ secrets.GITHUB_TOKEN }}
         run: |
           git config --global url."https://unused-username:${TOKEN}@github.com/".insteadOf "https://github.com/"
-          git config --global user.name "$(git --no-pager log --format=format:'%an' -n 1)"
-          git config --global user.email "$(git --no-pager log --format=format:'%ae' -n 1)"
+          git config --global user.name 'github-actions[bot]'
+          git config --global user.email 'github-actions[bot]@users.noreply.github.com'
       - name: Checkout
         uses: actions/checkout@v4
       - name: Set up JDK 17