Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 19ec303

Browse files
committed
fix git
1 parent 9fc2bbd commit 19ec303

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/code.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ jobs:
8080
QT_QPA_PLATFORM: "offscreen"
8181

8282
steps:
83+
- name: Setup git
84+
run: |
85+
git config --global user.email "[email protected]"
86+
git config --global user.name "Your Name"
87+
8388
- name: Checkout
8489
uses: actions/checkout@v2
8590
with:

0 commit comments

Comments
 (0)