From 522473ed961222aba5ac5b47cd1a89e0f3624433 Mon Sep 17 00:00:00 2001 From: Natsu Date: Sat, 15 Jun 2024 00:39:21 +0700 Subject: [PATCH] Update submodule to latest commit --- .github/workflows/update.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 4b68498..054e924 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -26,8 +26,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.PAT }} - name: Commit changes run: | - git add writings - git commit -m "Update submodule to latest commit" + git commit -am "Update submodule to latest commit" git push origin main env: GITHUB_TOKEN: ${{ secrets.PAT }} \ No newline at end of file