From 6b81b41f4c6de4205ff6c4206bd40022015feb5a Mon Sep 17 00:00:00 2001 From: Rami Maalouf Date: Sun, 2 Jun 2024 19:59:03 -0400 Subject: [PATCH] Quartz sync: Jun 2, 2024, 7:59 PM --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 849911bd2..58af0ebac 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -26,7 +26,7 @@ jobs: - name: Update Submodule run: | - git config --global url."https://${{ secrets.GH_PAT }}:x-oauth-basic@github.com/".insteadOf "https://github.com/" + git config 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"