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 a632e44 commit 4f2a61aCopy full SHA for 4f2a61a
.github/workflows/update_challenge_progress.yml
@@ -37,10 +37,9 @@ 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
41
git add scoreboard.json DASHBOARD.md HISTORY.md
42
git commit -m "Update challenge progress dashboard" || echo "No changes to commit"
- # cd ..
43
- # 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