Skip to content

Commit 3568850

Browse files
committed
ci: setup git user email and name
1 parent ed9cbd5 commit 3568850

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

+8
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ jobs:
2525
uses: actions-rs/cargo@v1
2626
with:
2727
command: build
28+
- name: Setup Git
29+
run: |
30+
git --version
31+
git config user.name "GitHub Actions Bot"
32+
git config user.email "<>"
33+
git status
34+
git tag
35+
git describe
2836
- name: Run tests
2937
uses: actions-rs/cargo@v1
3038
with:

0 commit comments

Comments
 (0)