5 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 52
52
if : ${{ github.event != 'pull_request' }}
53
53
working-directory : cities/brugge
54
54
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
57
57
git add data/*
58
58
git commit -m "🗃 Update data"
59
59
- name : Push to sub-module
66
66
- name : Commit repository
67
67
if : ${{ github.event != 'pull_request' }}
68
68
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
71
71
git pull
72
72
git add cities/brugge
73
73
git commit -m "🗃 Update Brugge sub-module"
Original file line number Diff line number Diff line change 52
52
if : ${{ github.event != 'pull_request' }}
53
53
working-directory : cities/brussels
54
54
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
57
57
git add data/*
58
58
git commit -m "🗃 Update data"
59
59
- name : Push to sub-module
66
66
- name : Commit repository
67
67
if : ${{ github.event != 'pull_request' }}
68
68
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
71
71
git pull
72
72
git add cities/brussels
73
73
git commit -m "🗃 Update Brussels sub-module"
Original file line number Diff line number Diff line change 52
52
if : ${{ github.event != 'pull_request' }}
53
53
working-directory : cities/gent
54
54
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
57
57
git add data/*
58
58
git commit -m "🗃 Update data"
59
59
- name : Push to sub-module
66
66
- name : Commit repository
67
67
if : ${{ github.event != 'pull_request' }}
68
68
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
71
71
git pull
72
72
git add cities/gent
73
73
git commit -m "🗃 Update Gent sub-module"
Original file line number Diff line number Diff line change 52
52
if : ${{ github.event != 'pull_request' }}
53
53
working-directory : cities/leuven
54
54
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
57
57
git add data/*
58
58
git commit -m "🗃 Update data"
59
59
- name : Push to sub-module
66
66
- name : Commit repository
67
67
if : ${{ github.event != 'pull_request' }}
68
68
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
71
71
git pull
72
72
git add cities/leuven
73
73
git commit -m "🗃 Update Leuven sub-module"
Original file line number Diff line number Diff line change 52
52
if : ${{ github.event != 'pull_request' }}
53
53
working-directory : cities/mons
54
54
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
57
57
git add data/*
58
58
git commit -m "🗃 Update data"
59
59
- name : Push to sub-module
66
66
- name : Commit repository
67
67
if : ${{ github.event != 'pull_request' }}
68
68
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
71
71
git pull
72
72
git add cities/mons
73
73
git commit -m "🗃 Update Mons sub-module"
0 commit comments