Skip to content

Commit 7a7e194

Browse files
committedJan 5, 2021
Update GitHub Actions bot name and email
See actions/checkout#13 (comment)
1 parent 6ff956d commit 7a7e194

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed
 

‎.github/workflows/update-brugge.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
if: ${{ github.event != 'pull_request' }}
5353
working-directory: cities/brugge
5454
run: |
55-
git config user.name github-actions
56-
git config user.email github-actions@github.com
55+
git config user.name github-actions[bot]
56+
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
5757
git add data/*
5858
git commit -m "🗃 Update data"
5959
- name: Push to sub-module
@@ -66,8 +66,8 @@ jobs:
6666
- name: Commit repository
6767
if: ${{ github.event != 'pull_request' }}
6868
run: |
69-
git config user.name github-actions
70-
git config user.email github-actions@github.com
69+
git config user.name github-actions[bot]
70+
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
7171
git pull
7272
git add cities/brugge
7373
git commit -m "🗃 Update Brugge sub-module"

‎.github/workflows/update-brussels.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
if: ${{ github.event != 'pull_request' }}
5353
working-directory: cities/brussels
5454
run: |
55-
git config user.name github-actions
56-
git config user.email github-actions@github.com
55+
git config user.name github-actions[bot]
56+
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
5757
git add data/*
5858
git commit -m "🗃 Update data"
5959
- name: Push to sub-module
@@ -66,8 +66,8 @@ jobs:
6666
- name: Commit repository
6767
if: ${{ github.event != 'pull_request' }}
6868
run: |
69-
git config user.name github-actions
70-
git config user.email github-actions@github.com
69+
git config user.name github-actions[bot]
70+
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
7171
git pull
7272
git add cities/brussels
7373
git commit -m "🗃 Update Brussels sub-module"

‎.github/workflows/update-gent.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
if: ${{ github.event != 'pull_request' }}
5353
working-directory: cities/gent
5454
run: |
55-
git config user.name github-actions
56-
git config user.email github-actions@github.com
55+
git config user.name github-actions[bot]
56+
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
5757
git add data/*
5858
git commit -m "🗃 Update data"
5959
- name: Push to sub-module
@@ -66,8 +66,8 @@ jobs:
6666
- name: Commit repository
6767
if: ${{ github.event != 'pull_request' }}
6868
run: |
69-
git config user.name github-actions
70-
git config user.email github-actions@github.com
69+
git config user.name github-actions[bot]
70+
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
7171
git pull
7272
git add cities/gent
7373
git commit -m "🗃 Update Gent sub-module"

‎.github/workflows/update-leuven.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
if: ${{ github.event != 'pull_request' }}
5353
working-directory: cities/leuven
5454
run: |
55-
git config user.name github-actions
56-
git config user.email github-actions@github.com
55+
git config user.name github-actions[bot]
56+
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
5757
git add data/*
5858
git commit -m "🗃 Update data"
5959
- name: Push to sub-module
@@ -66,8 +66,8 @@ jobs:
6666
- name: Commit repository
6767
if: ${{ github.event != 'pull_request' }}
6868
run: |
69-
git config user.name github-actions
70-
git config user.email github-actions@github.com
69+
git config user.name github-actions[bot]
70+
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
7171
git pull
7272
git add cities/leuven
7373
git commit -m "🗃 Update Leuven sub-module"

‎.github/workflows/update-mons.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
if: ${{ github.event != 'pull_request' }}
5353
working-directory: cities/mons
5454
run: |
55-
git config user.name github-actions
56-
git config user.email github-actions@github.com
55+
git config user.name github-actions[bot]
56+
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
5757
git add data/*
5858
git commit -m "🗃 Update data"
5959
- name: Push to sub-module
@@ -66,8 +66,8 @@ jobs:
6666
- name: Commit repository
6767
if: ${{ github.event != 'pull_request' }}
6868
run: |
69-
git config user.name github-actions
70-
git config user.email github-actions@github.com
69+
git config user.name github-actions[bot]
70+
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
7171
git pull
7272
git add cities/mons
7373
git commit -m "🗃 Update Mons sub-module"

0 commit comments

Comments
 (0)
Failed to load comments.