Skip to content

Commit 2b15f47

Browse files
committed
workflows: don't setup git
1 parent fd058cc commit 2b15f47

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test.yml

-4
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@ jobs:
7171
steps:
7272
- name: Checkout
7373
uses: actions/checkout@v2
74-
- name: Setup git
75-
run: |
76-
git config --global user.name "github-actions"
77-
git config --global user.email "[email protected]>"
7874
- name: Test
7975
uses: ./
8076
with:

0 commit comments

Comments
 (0)