Skip to content

Commit fa16f63

Browse files
committed
☕ Add git config for user.email and user.name
1 parent 513f9ca commit fa16f63

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ jobs:
7272
- run: git config --global core.autocrlf false
7373
if: runner.os == 'Windows'
7474

75+
- run: |
76+
git config --global user.email "[email protected]"
77+
git config --global user.name "GitHub Action"
78+
git version
79+
7580
- uses: actions/checkout@v4
7681

7782
- uses: denoland/[email protected]

0 commit comments

Comments
 (0)