Skip to content

Commit cbb45ac

Browse files
lwasserCAM-Gerlach
andcommitted
Fix: config git within action params
Co-authored-by: C.A.M. Gerlach <[email protected]>
1 parent 319cf8b commit cbb45ac

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/update-contribs.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,13 @@ jobs:
2828
pip install pyosmeta@git+https://github.com/pyopensci/update-web-metadata
2929
echo "$PWD"
3030
python -bb -W error scripts/parse-contributors.py
31-
- name: Commit Files
32-
run: |
33-
git config --global user.email "[email protected]"
34-
git config --global user.name "Leah"
35-
git status
36-
git add _data/contributors.yml
37-
git commit -m "Update: Contributor file update"
3831
- name: Create Pull Request
3932
uses: peter-evans/create-pull-request@v5
4033
with:
34+
add-paths: _data/contributors.yml
35+
author: Leah <[email protected]>
4136
base: main
4237
branch: contribs
38+
commit-message: "Update: Contributor file update"
4339
delete-branch: true
4440
title: Update New contributors

0 commit comments

Comments
 (0)