Skip to content

Commit fc3b7a8

Browse files
authored
Merge pull request #3 from celsohlsj/claude/dreamy-cori-eckcF
fix: use --autostash on git pull --rebase in scholar_sync workflow
2 parents 1de0513 + 10adab5 commit fc3b7a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scholar_sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
git config user.name "github-actions[bot]"
3535
git config user.email "github-actions[bot]@users.noreply.github.com"
36-
git pull origin main --rebase
36+
git pull origin main --rebase --autostash
3737
git add data/scholar_data.json data/scholar_papers.json
3838
git diff --cached --quiet && echo "Nothing to commit" && exit 0
3939
git commit -m "chore: scholar sync $(date -u +'%Y-%m-%d')"

0 commit comments

Comments
 (0)