Skip to content

Commit

Permalink
Setup commiter
Browse files Browse the repository at this point in the history
  • Loading branch information
djdefi authored Nov 17, 2023
1 parent b878168 commit 4b6e7a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
- name: Create an unreachable commit with virus
run: |
# Setup Git
git config --global user.email "[email protected]"
git config --global user.name "Evil Git"
# Create a new orphan branch
git checkout --orphan temp_branch
Expand Down

0 comments on commit 4b6e7a6

Please sign in to comment.