Skip to content

Commit

Permalink
ci: unset user.name and user.email after test
Browse files Browse the repository at this point in the history
  • Loading branch information
gotmax23 committed Dec 3, 2023
1 parent 3db0138 commit 843767e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
cd test
[ "$(git config user.name)" != "Github Actions" ]
[ "$(git config user.email)" != "${gha_email}" ]
cd -
git config --unset user.name
git config --unset user.email
- name: "2. Run complex case with global"
uses: ./
Expand Down

0 comments on commit 843767e

Please sign in to comment.