From 9e650d9ac5d06825d0b34d649eb67d72e9cf8a75 Mon Sep 17 00:00:00 2001 From: RohitM-IN Date: Sun, 31 Dec 2023 20:14:13 +0530 Subject: [PATCH] yml syntax fixed --- .github/workflows/build.yml | 2 +- .github/workflows/nuget_publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f5e5345..b1ca061 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: submodules: true - name: Pull & update submodules recursively - run: | + run: | git submodule update --init --recursive git submodule update --recursive --remote diff --git a/.github/workflows/nuget_publish.yml b/.github/workflows/nuget_publish.yml index da721a5..c529a4f 100644 --- a/.github/workflows/nuget_publish.yml +++ b/.github/workflows/nuget_publish.yml @@ -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