Skip to content

Commit 0609bff

Browse files
authored
Update update_challenge_progress.yml
1 parent dd0e3b5 commit 0609bff

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
40+
git pull origin main --rebase
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)