Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit 45ee002

Browse files
committed
ss
1 parent 46add4f commit 45ee002

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858

5959
- name: Push changes to main
6060
run: |
61+
git config --global user.email "[email protected]"
62+
git config --global user.name "dconco"
63+
6164
git fetch origin main dev # Fetch only main and dev branches
6265
git checkout main
6366
git config pull.rebase false

0 commit comments

Comments
 (0)