From 09e963b160e5c1a350723e4688a803c28e2c2481 Mon Sep 17 00:00:00 2001 From: Ludy Date: Sat, 31 Aug 2024 15:30:18 +0200 Subject: [PATCH] correction action bot (#1782) --- .github/workflows/licenses-update.yml | 6 +++--- .github/workflows/sync_files.yml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/licenses-update.yml b/.github/workflows/licenses-update.yml index b27bbc8d..52458a1f 100644 --- a/.github/workflows/licenses-update.yml +++ b/.github/workflows/licenses-update.yml @@ -36,8 +36,8 @@ jobs: - name: Set up git config run: | - git config --global user.email "GitHub Action " - git config --global user.name "GitHub Action " + git config --global user.name "github-actions[bot]" + git config --global user.email "github-actions[bot]@users.noreply.github.com" - name: Run git add run: | @@ -76,4 +76,4 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} pull-request-number: ${{ steps.cpr.outputs.pull-request-number }} - merge-method: squash # Choose the merge method: merge, squash, or rebase + merge-method: squash # Choose the merge method: merge, squash, or rebase diff --git a/.github/workflows/sync_files.yml b/.github/workflows/sync_files.yml index 018f6e1f..07a82857 100644 --- a/.github/workflows/sync_files.yml +++ b/.github/workflows/sync_files.yml @@ -28,8 +28,8 @@ jobs: run: python .github/scripts/gradle_to_chart.py - name: Set up git config run: | - git config --global user.email "GitHub Action " - git config --global user.name "GitHub Action " + git config --global user.name "github-actions[bot]" + git config --global user.email "github-actions[bot]@users.noreply.github.com" - name: Run git add run: | git add . @@ -66,8 +66,8 @@ jobs: run: python scripts/counter_translation.py - name: Set up git config run: | - git config --global user.email "GitHub Action " - git config --global user.name "GitHub Action " + git config --global user.name "github-actions[bot]" + git config --global user.email "github-actions[bot]@users.noreply.github.com" - name: Run git add run: | git add .