Skip to content

Commit d4f9fb6

Browse files
committed
changes to workflow file to relieve changes issues
1 parent 35428da commit d4f9fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dsmc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
git config --global user.name "GitHub Actions Bot"
4444
git config --global user.email "github-actions[bot]@users.noreply.github.com"
45-
git pull --rebase origin main
45+
git pull --rebase --autostash origin main
4646
git add meta/dsmc_complete_counts.csv meta/dsmc_missing_tasks.csv
4747
git commit -m "Update DSMC completeness reports" || echo "No changes to commit"
4848
git push origin main

0 commit comments

Comments
 (0)