We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa0ead9 commit da2831aCopy full SHA for da2831a
.github/workflows/test-random-numbers.yml
@@ -14,6 +14,8 @@ jobs:
14
- run: echo "${RANDOM}"
15
- run: |
16
touch foo.txt
17
+ git config --global user.email "[email protected]"
18
+ git config --global user.name "Your Name"
19
git add .
20
git commit -m "test: sha"
21
git rev-parse HEAD
0 commit comments