We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851a92f commit 485e2b1Copy full SHA for 485e2b1
.github/workflows/update_challenge_progress.yml
@@ -39,8 +39,8 @@ jobs:
39
git config --global user.email "${{ secrets.GIT_USER_EMAIL }}"
40
git add scoreboard.json DASHBOARD.md HISTORY.md
41
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
+ # cd ..
+ # git remote set-url origin https://x-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/AlgorithmStudy-Allumbus/codingtest_algorithm_study.git
44
git push origin ${{ github.head_ref }}
45
46
- name: Post PR Comment with progress
0 commit comments