We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ec362 commit af4263cCopy full SHA for af4263c
.github/workflows/build.yml
@@ -17,10 +17,10 @@ jobs:
17
submodules: true
18
19
- name: Pull & update submodules recursively
20
- run: |
+ run: |
21
git submodule update --init --recursive
22
git submodule update --recursive --remote
23
-
+
24
- name: Setup .NET Core
25
uses: actions/setup-dotnet@v2
26
with:
.github/workflows/nuget_publish.yml
@@ -16,7 +16,7 @@ jobs:
16
repository: 'DbSyncKit/DbSyncKit'
0 commit comments