Skip to content

Commit 147fb83

Browse files
committed
yml syntax fixed
1 parent c615f8d commit 147fb83

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
@@ -16,7 +16,7 @@ jobs:
1616
repository: 'DbSyncKit/DbSyncKit'
1717

1818
- name: Pull & update submodules recursively
19-
run: |
19+
run: |
2020
git submodule update --init --recursive
2121
git submodule update --recursive --remote
2222

0 commit comments

Comments
 (0)