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