We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 179897a + ee71251 commit 12e9ae3Copy full SHA for 12e9ae3
1 file changed
.github/workflows/tests.yml
@@ -22,13 +22,6 @@ jobs:
22
# basically git clone
23
- uses: actions/checkout@v2
24
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
31
-
32
- name: Setup PHP
33
# use PHP of specific version
34
uses: shivammathur/setup-php@v2
0 commit comments