Skip to content

Commit a55751a

Browse files
committed
yml syntax fixed
1 parent 3de3752 commit a55751a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
submodules: true
1818

1919
- name: Pull & update submodules recursively
20-
run: |
20+
run: |
2121
git submodule update --init --recursive
2222
git submodule update --recursive --remote
2323

.github/workflows/nuget_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
submodules: true
1818

1919
- name: Pull & update submodules recursively
20-
run: |
20+
run: |
2121
git submodule update --init --recursive
2222
git submodule update --recursive --remote
2323

0 commit comments

Comments
 (0)