Skip to content

Commit

Permalink
yml syntax fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
RohitM-IN committed Dec 31, 2023
1 parent 397155c commit 9e650d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
submodules: true

- name: Pull & update submodules recursively
run: |
run: |
git submodule update --init --recursive
git submodule update --recursive --remote
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nuget_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
repository: 'DbSyncKit/DbSyncKit'

- name: Pull & update submodules recursively
run: |
run: |
git submodule update --init --recursive
git submodule update --recursive --remote
Expand Down

0 comments on commit 9e650d9

Please sign in to comment.