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 155a9c0 commit 6a83486Copy full SHA for 6a83486
.github/workflows/update_challenge_progress.yml
@@ -39,7 +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
- git push https://x-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/AlgorithmStudy-Allumbus/codingtest_algorithm_study.git ${{ github.head_ref }}
+ git remote set-url origin https://x-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/AlgorithmStudy-Allumbus/codingtest_algorithm_study.git
43
+ git push origin ${{ github.head_ref }}
44
45
- name: Post PR Comment with progress
46
if: github.event_name == 'pull_request'
0 commit comments