Skip to content

Commit 4f2a61a

Browse files
authored
Update update_challenge_progress.yml
1 parent a632e44 commit 4f2a61a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/update_challenge_progress.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,9 @@ 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
4041
git add scoreboard.json DASHBOARD.md HISTORY.md
4142
git commit -m "Update challenge progress dashboard" || echo "No changes to commit"
42-
# cd ..
43-
# git remote set-url origin https://x-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/AlgorithmStudy-Allumbus/codingtest_algorithm_study.git
4443
git push origin ${{ github.head_ref }}
4544
4645
- name: Post PR Comment with progress

0 commit comments

Comments
 (0)