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

Commit dc93b94

Browse files
committed
restore git config to CI
1 parent 525f0e8 commit dc93b94

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
@@ -82,6 +82,11 @@ jobs:
8282
QT_QPA_PLATFORM: "offscreen"
8383

8484
steps:
85+
- name: Setup git
86+
run: |
87+
git config --global user.email "[email protected]"
88+
git config --global user.name "Your Name"
89+
8590
- name: Checkout
8691
uses: actions/checkout@v2
8792
with:

0 commit comments

Comments
 (0)