Skip to content

Commit

Permalink
chore: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
sasicodes committed Dec 14, 2023
1 parent 3a1fe87 commit 17509f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:

- name: Commit and push changes
run: |
git config --local user.name "GitHub Action"
git config --local user.email "action@github.com"
git add scripts/last-synced.json
git diff --staged --quiet || git commit -m "ci: update last-synced.json"
git push --force origin master

0 comments on commit 17509f2

Please sign in to comment.