Skip to content

Commit 485e2b1

Browse files
authored
Update update_challenge_progress.yml
1 parent 851a92f commit 485e2b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update_challenge_progress.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
git config --global user.email "${{ secrets.GIT_USER_EMAIL }}"
4040
git add scoreboard.json DASHBOARD.md HISTORY.md
4141
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
42+
# cd ..
43+
# git remote set-url origin https://x-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/AlgorithmStudy-Allumbus/codingtest_algorithm_study.git
4444
git push origin ${{ github.head_ref }}
4545
4646
- name: Post PR Comment with progress

0 commit comments

Comments
 (0)