Skip to content

Commit abe4f73

Browse files
authored
Update update_challenge_progress.yml
1 parent 2b1cdad commit abe4f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_challenge_progress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
cd _MonthlyChallenges
3838
git config --global user.name "${{ secrets.GIT_USER_NAME }}"
3939
git config --global user.email "${{ secrets.GIT_USER_EMAIL }}"
40-
git pull origin main --rebase
40+
git pull origin main --rebase --autostash
4141
git add scoreboard.json DASHBOARD.md HISTORY.md
4242
git commit -m "Update challenge progress dashboard" || echo "No changes to commit"
4343
git push origin ${{ github.head_ref }}

0 commit comments

Comments
 (0)