Skip to content

Commit 6a83486

Browse files
authored
Update update_challenge_progress.yml
1 parent 155a9c0 commit 6a83486

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update_challenge_progress.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +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-
git push https://x-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/AlgorithmStudy-Allumbus/codingtest_algorithm_study.git ${{ github.head_ref }}
42+
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 }}
4344
4445
- name: Post PR Comment with progress
4546
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)