2 parents 1de0513 + 10adab5 commit fc3b7a8Copy full SHA for fc3b7a8
1 file changed
.github/workflows/scholar_sync.yml
@@ -33,7 +33,7 @@ jobs:
33
run: |
34
git config user.name "github-actions[bot]"
35
git config user.email "github-actions[bot]@users.noreply.github.com"
36
- git pull origin main --rebase
+ git pull origin main --rebase --autostash
37
git add data/scholar_data.json data/scholar_papers.json
38
git diff --cached --quiet && echo "Nothing to commit" && exit 0
39
git commit -m "chore: scholar sync $(date -u +'%Y-%m-%d')"
0 commit comments