We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7a0dc9 + 4f2a61a commit 3e67b0dCopy full SHA for 3e67b0d
.github/workflows/update_challenge_progress.yml
@@ -37,7 +37,7 @@ jobs:
37
cd _MonthlyChallenges
38
git config --global user.name "${{ secrets.GIT_USER_NAME }}"
39
git config --global user.email "${{ secrets.GIT_USER_EMAIL }}"
40
- git pull origin main --rebase
+ git pull origin main
41
git add scoreboard.json DASHBOARD.md HISTORY.md
42
git commit -m "Update challenge progress dashboard" || echo "No changes to commit"
43
git push origin ${{ github.head_ref }}
0 commit comments