From 00c4c072eae8eb8e8c82906f9b36a65420c41e7c Mon Sep 17 00:00:00 2001 From: Deepak Jois Date: Wed, 2 Oct 2024 16:43:08 +0530 Subject: [PATCH] Add step to commit to repo --- .github/workflows/sync-build-deploy.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync-build-deploy.yml b/.github/workflows/sync-build-deploy.yml index 4d25e3e0..47614f76 100644 --- a/.github/workflows/sync-build-deploy.yml +++ b/.github/workflows/sync-build-deploy.yml @@ -32,7 +32,12 @@ jobs: ./debugjois.dev sync-notes-gdrive --creds credentials.json --folder-id $GDRIVE_FOLDER_ID env: GDRIVE_FOLDER_ID: ${{ secrets.GDRIVE_FOLDER_ID }} - + + - name: Commit to Github Repo + uses: stefanzweifel/git-auto-commit-action@v5 + with: + commit_message: "GDrive Obsidian Vault Sync" + - name: Run run: ./debugjois.dev build