File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,13 @@ jobs:
3333 git push https://x-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/AlgorithmStudy-Allumbus/codingtest_algorithm_study.git ${{ github.head_ref }}
3434
3535 - name : Commit updated files
36- working-directory : _MonthlyChallenges
3736 run : |
37+ cd _MonthlyChallenges
3838 git config --global user.name "${{ secrets.GIT_USER_NAME }}"
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 ..
4243 git remote set-url origin https://x-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/AlgorithmStudy-Allumbus/codingtest_algorithm_study.git
4344 git push origin ${{ github.head_ref }}
4445
Original file line number Diff line number Diff line change 1+ test
You can’t perform that action at this time.
0 commit comments