Skip to content

Commit 8715378

Browse files
authored
Configured git identitiy
1 parent 2ff821e commit 8715378

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
- name: Checkout repository
3333
uses: actions/checkout@v2
3434
35+
- name: Configure Git Identity
36+
run: |
37+
git config --global user.name "GitHub Actions Bot"
38+
git config --global user.email "[email protected]"
39+
3540
- name: Fetch TryHackMe Badge
3641
uses: DhanushNehru/[email protected]
3742
with:

0 commit comments

Comments
 (0)