From 7a7e1944ee171d252938de33473a794d561f991f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Beli=C3=ABn?= Date: Tue, 5 Jan 2021 12:15:58 +0100 Subject: [PATCH] Update GitHub Actions bot name and email See https://github.com/actions/checkout/issues/13#issuecomment-724415212 --- .github/workflows/update-brugge.yml | 8 ++++---- .github/workflows/update-brussels.yml | 8 ++++---- .github/workflows/update-gent.yml | 8 ++++---- .github/workflows/update-leuven.yml | 8 ++++---- .github/workflows/update-mons.yml | 8 ++++---- 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/update-brugge.yml b/.github/workflows/update-brugge.yml index 11ccf98c2..4ded1533f 100644 --- a/.github/workflows/update-brugge.yml +++ b/.github/workflows/update-brugge.yml @@ -52,8 +52,8 @@ jobs: if: ${{ github.event != 'pull_request' }} working-directory: cities/brugge run: | - git config user.name github-actions - git config user.email github-actions@github.com + git config user.name github-actions[bot] + git config user.email 41898282+github-actions[bot]@users.noreply.github.com git add data/* git commit -m "🗃 Update data" - name: Push to sub-module @@ -66,8 +66,8 @@ jobs: - name: Commit repository if: ${{ github.event != 'pull_request' }} run: | - git config user.name github-actions - git config user.email github-actions@github.com + git config user.name github-actions[bot] + git config user.email 41898282+github-actions[bot]@users.noreply.github.com git pull git add cities/brugge git commit -m "🗃 Update Brugge sub-module" diff --git a/.github/workflows/update-brussels.yml b/.github/workflows/update-brussels.yml index b98fb6126..418039d30 100644 --- a/.github/workflows/update-brussels.yml +++ b/.github/workflows/update-brussels.yml @@ -52,8 +52,8 @@ jobs: if: ${{ github.event != 'pull_request' }} working-directory: cities/brussels run: | - git config user.name github-actions - git config user.email github-actions@github.com + git config user.name github-actions[bot] + git config user.email 41898282+github-actions[bot]@users.noreply.github.com git add data/* git commit -m "🗃 Update data" - name: Push to sub-module @@ -66,8 +66,8 @@ jobs: - name: Commit repository if: ${{ github.event != 'pull_request' }} run: | - git config user.name github-actions - git config user.email github-actions@github.com + git config user.name github-actions[bot] + git config user.email 41898282+github-actions[bot]@users.noreply.github.com git pull git add cities/brussels git commit -m "🗃 Update Brussels sub-module" diff --git a/.github/workflows/update-gent.yml b/.github/workflows/update-gent.yml index 6e3ac71cf..73b395be8 100644 --- a/.github/workflows/update-gent.yml +++ b/.github/workflows/update-gent.yml @@ -52,8 +52,8 @@ jobs: if: ${{ github.event != 'pull_request' }} working-directory: cities/gent run: | - git config user.name github-actions - git config user.email github-actions@github.com + git config user.name github-actions[bot] + git config user.email 41898282+github-actions[bot]@users.noreply.github.com git add data/* git commit -m "🗃 Update data" - name: Push to sub-module @@ -66,8 +66,8 @@ jobs: - name: Commit repository if: ${{ github.event != 'pull_request' }} run: | - git config user.name github-actions - git config user.email github-actions@github.com + git config user.name github-actions[bot] + git config user.email 41898282+github-actions[bot]@users.noreply.github.com git pull git add cities/gent git commit -m "🗃 Update Gent sub-module" diff --git a/.github/workflows/update-leuven.yml b/.github/workflows/update-leuven.yml index 06fbc080d..85b1426df 100644 --- a/.github/workflows/update-leuven.yml +++ b/.github/workflows/update-leuven.yml @@ -52,8 +52,8 @@ jobs: if: ${{ github.event != 'pull_request' }} working-directory: cities/leuven run: | - git config user.name github-actions - git config user.email github-actions@github.com + git config user.name github-actions[bot] + git config user.email 41898282+github-actions[bot]@users.noreply.github.com git add data/* git commit -m "🗃 Update data" - name: Push to sub-module @@ -66,8 +66,8 @@ jobs: - name: Commit repository if: ${{ github.event != 'pull_request' }} run: | - git config user.name github-actions - git config user.email github-actions@github.com + git config user.name github-actions[bot] + git config user.email 41898282+github-actions[bot]@users.noreply.github.com git pull git add cities/leuven git commit -m "🗃 Update Leuven sub-module" diff --git a/.github/workflows/update-mons.yml b/.github/workflows/update-mons.yml index daa7f6cb9..98dc9ef74 100644 --- a/.github/workflows/update-mons.yml +++ b/.github/workflows/update-mons.yml @@ -52,8 +52,8 @@ jobs: if: ${{ github.event != 'pull_request' }} working-directory: cities/mons run: | - git config user.name github-actions - git config user.email github-actions@github.com + git config user.name github-actions[bot] + git config user.email 41898282+github-actions[bot]@users.noreply.github.com git add data/* git commit -m "🗃 Update data" - name: Push to sub-module @@ -66,8 +66,8 @@ jobs: - name: Commit repository if: ${{ github.event != 'pull_request' }} run: | - git config user.name github-actions - git config user.email github-actions@github.com + git config user.name github-actions[bot] + git config user.email 41898282+github-actions[bot]@users.noreply.github.com git pull git add cities/mons git commit -m "🗃 Update Mons sub-module"