From f45f0a2cf4a6f06299541781867cd538fb4dff71 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 3ba7038..9c194bf 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 24e5933..2a9d42d 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