Skip to content

Commit da2831a

Browse files
fix: configure git
1 parent aa0ead9 commit da2831a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-random-numbers.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
- run: echo "${RANDOM}"
1515
- run: |
1616
touch foo.txt
17+
git config --global user.email "[email protected]"
18+
git config --global user.name "Your Name"
1719
git add .
1820
git commit -m "test: sha"
1921
git rev-parse HEAD

0 commit comments

Comments
 (0)