From d43bbb3dd47a64a6200dac58c2559ab61f2cee56 Mon Sep 17 00:00:00 2001 From: Rami Maalouf Date: Sun, 2 Jun 2024 19:57:45 -0400 Subject: [PATCH] Quartz sync: Jun 2, 2024, 7:57 PM --- .github/workflows/deploy.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 7672e5b92..849911bd2 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -24,13 +24,13 @@ jobs: submodules: recursive # Fetch submodules token: ${{ secrets.GH_PAT }} - - name: Update Submodule - run: | - git config --global url."https://${{ secrets.GH_PAT }}:x-oauth-basic@github.com/".insteadOf "https://github.com/" - git submodule update --remote --merge - git add . - git commit -m "Updated submodule content" - git push origin main + - name: Update Submodule + run: | + git config --global url."https://${{ secrets.GH_PAT }}:x-oauth-basic@github.com/".insteadOf "https://github.com/" + git submodule update --remote --merge + git add . + git commit -m "Updated submodule content" + git push origin main - uses: actions/setup-node@v3 with: