Skip to content

Commit

Permalink
+2
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Aug 12, 2024
1 parent 4822e7a commit 122f1a1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
runs-on: windows-latest

steps:
-
name: git config
- name: git config
run: |
git config --global core.autocrlf false
Expand All @@ -27,7 +26,7 @@ jobs:
sparse-checkout: |
.gitmodules
- name: make exec list
- name: make exec list
run: |
foreach ($subm_key in git config --file .gitmodules --name-only --get-regexp '^submodule\..+\.url$') {
Expand All @@ -51,14 +50,14 @@ jobs:
runs-on: windows-latest

steps:
- name: git config
- name: git config
run: |
git config --global core.autocrlf false
git config --global user.name "sun pack bot"
git config --global user.email "[email protected]"
- name: checkout
- name: checkout
uses: actions/checkout@main
with:
submodules: 'true'
Expand Down

0 comments on commit 122f1a1

Please sign in to comment.