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
1
.github/workflows/add-contributors.yml
vendored
1
.github/workflows/add-contributors.yml
vendored
|
@ -21,3 +21,4 @@ jobs:
|
|||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
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
|
||||
with:
|
||||
commit_message: merge csv data to topo
|
||||
commit_author: Library Map Bot <librarymap@hugh.run>
|
||||
|
|
|
@ -5,6 +5,5 @@ Andrew Kelly
|
|||
Hugh Rundle
|
||||
Sonya Lange
|
||||
Stephanie Schwarze
|
||||
sallybaker
|
||||
hughrun
|
||||
Sally
|
||||
Molly
|
Loading…
Reference in a new issue