Skip to content

Commit 12e9ae3

Browse files
authored
Merge pull request #147 from Chris53897/feature/ci-git
chore: remove git info in ci
2 parents 179897a + ee71251 commit 12e9ae3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/tests.yml

-7
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ jobs:
2222
# basically git clone
2323
- uses: actions/checkout@v2
2424

25-
- name: Setup Git
26-
run: |
27-
git --version
28-
git config --global user.email "test@github.com"
29-
git config --global user.name "GitHub Action"
30-
git --version
31-
3225
- name: Setup PHP
3326
# use PHP of specific version
3427
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)