From 6df0d719f74d0c090785813b863f26da01b09bc8 Mon Sep 17 00:00:00 2001 From: Kentaro Miki Date: Sun, 12 Nov 2023 20:10:06 +0900 Subject: [PATCH] Update `deployment.yaml` --- .github/workflows/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deployment.yaml b/.github/workflows/deployment.yaml index d1cafe2..a6bdabd 100644 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -24,7 +24,7 @@ jobs: run: | git config --local user.name "mikiken" git config --local user.email "mikiken.dev@gmail.com" - + - name: Update submodules id: update run: git submodule update --remote --recursive @@ -33,7 +33,7 @@ jobs: run: | git add . git commit -m "Update submodule via github-actions" - + - name: Push changes uses: ad-m/github-push-action@master with: