Skip to content

Commit

Permalink
Add step to commit to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakjois committed Oct 2, 2024
1 parent 07a0c05 commit 00c4c07
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/sync-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 00c4c07

Please sign in to comment.