We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 319cf8b commit cbb45acCopy full SHA for cbb45ac
.github/workflows/update-contribs.yml
@@ -28,17 +28,13 @@ jobs:
28
pip install pyosmeta@git+https://github.com/pyopensci/update-web-metadata
29
echo "$PWD"
30
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"
38
- name: Create Pull Request
39
uses: peter-evans/create-pull-request@v5
40
with:
+ add-paths: _data/contributors.yml
+ author: Leah <[email protected]>
41
base: main
42
branch: contribs
+ commit-message: "Update: Contributor file update"
43
delete-branch: true
44
title: Update New contributors
0 commit comments