Skip to content

Commit 32fae49

Browse files
Update publish_sourcecode_to_wiki.yml
1 parent 85db347 commit 32fae49

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish_sourcecode_to_wiki.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
with:
2020
ref: ${{ github.head_ref }}
2121

22+
- name: Configure git user
23+
run: |
24+
git config --global user.email "136935333+DevGeniusCode@users.noreply.github.com"
25+
git config --global user.name "DevGeniusCode"
26+
2227
- name: Pull wiki
2328
run: |
2429
mkdir tmp_wiki

0 commit comments

Comments
 (0)