Skip to content

Commit 73551d0

Browse files
committed
ci: update
1 parent 675ffd8 commit 73551d0

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/reuse_setup.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,9 @@ jobs:
1616
uses: actions/upload-artifact@v3
1717
with:
1818
name: repo
19-
path: ./*
19+
path: ./*
20+
21+
- name: Set user name and email for git
22+
run: |
23+
git config --global user.name "$USER_NAME"
24+
git config --global user.email "$EMAIL"

0 commit comments

Comments
 (0)