Skip to content

Commit

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

- name: Commit and push changes
run: |
git status
git add scripts/last-synced.json
git diff --quiet || git commit -m "ci: update last-synced.json"
git diff --staged --quiet || git commit -m "ci: update last-synced.json"
git push --force origin master

0 comments on commit 3a1fe87

Please sign in to comment.