Skip to content

Commit fd23544

Browse files
committed
Update workflow
1 parent 1ec41eb commit fd23544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-simple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
restore-keys: |
2626
${{ runner.os }}-yarn-
2727
- name: Configure git
28-
- script: |
28+
- run: |
2929
git config --global core.autocrlf false
3030
git config --global user.name "Create React App"
3131
git config --global user.email "cra@example.com"

0 commit comments

Comments
 (0)