Skip to content

Commit 843767e

Browse files
committed
ci: unset user.name and user.email after test
1 parent 3db0138 commit 843767e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
cd test
3030
[ "$(git config user.name)" != "Github Actions" ]
3131
[ "$(git config user.email)" != "${gha_email}" ]
32+
cd -
33+
git config --unset user.name
34+
git config --unset user.email
3235
3336
- name: "2. Run complex case with global"
3437
uses: ./

0 commit comments

Comments
 (0)