Skip to content

Commit c130b5b

Browse files
committed
ci: 👷 need to set Git user for test workflow to run
1 parent ba2067a commit c130b5b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
run: |
2727
just check-spelling
2828
29+
- name: Set Git user
30+
run: |
31+
git config --global user.name "github-actions"
32+
git config --global user.email "github-actions@example.com"
33+
2934
- name: Test the template
3035
# TODO: Add other pre/post setup steps here.
3136
run: |

0 commit comments

Comments
 (0)