Skip to content

Commit

Permalink
feat: weekly sync script change
Browse files Browse the repository at this point in the history
  • Loading branch information
sunithvs committed Dec 22, 2024
1 parent b9e6ff7 commit d079060
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/weekly_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
run: |
git config --global user.name 'devb'
git config --global user.email 'git@devb.io'
git add docs/*
git add data/*
git add .
git diff --quiet && git diff --staged --quiet || (git commit -m "clean data" && git push origin data)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d079060

Please sign in to comment.