There was an error while loading. Please reload this page.
1 parent 1ec41eb commit fd23544Copy full SHA for fd23544
.github/workflows/e2e-simple.yml
@@ -25,7 +25,7 @@ jobs:
25
restore-keys: |
26
${{ runner.os }}-yarn-
27
- name: Configure git
28
- - script: |
+ - run: |
29
git config --global core.autocrlf false
30
git config --global user.name "Create React App"
31
git config --global user.email "cra@example.com"
0 commit comments