add default username to Actions
- avoids adding GitHub usernames instead of names when adding automated commits e.g. updating the name file. Also cleaned up contributors.txt
This commit is contained in:
parent
0db9ad0433
commit
459f0b22d0
3
.github/workflows/add-contributors.yml
vendored
3
.github/workflows/add-contributors.yml
vendored
|
@ -20,4 +20,5 @@ jobs:
|
||||||
|
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: update contributors
|
commit_message: update contributors
|
||||||
|
commit_author: Library Map Bot <librarymap@hugh.run>
|
1
.github/workflows/update-topo-on-push.yml
vendored
1
.github/workflows/update-topo-on-push.yml
vendored
|
@ -26,3 +26,4 @@ jobs:
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: merge csv data to topo
|
commit_message: merge csv data to topo
|
||||||
|
commit_author: Library Map Bot <librarymap@hugh.run>
|
||||||
|
|
|
@ -5,6 +5,5 @@ Andrew Kelly
|
||||||
Hugh Rundle
|
Hugh Rundle
|
||||||
Sonya Lange
|
Sonya Lange
|
||||||
Stephanie Schwarze
|
Stephanie Schwarze
|
||||||
sallybaker
|
Sally
|
||||||
hughrun
|
Molly
|
||||||
Molly
|
|
Loading…
Reference in a new issue