File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed
Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -46,17 +46,18 @@ jobs:
4646 cd _MonthlyChallenges
4747 git add scoreboard.json DASHBOARD.md HISTORY.md
4848 git commit -m "Update challenge progress dashboard" || echo "No changes to commit"
49+ git push
4950
50- - name : Create Pull Request
51- uses : peter-evans/create-pull-request@v5
52- with :
53- commit-message : " Update challenge progress dashboard"
54- title : " ์๋ PR: ์ฑ๋ฆฐ์ง ์งํ ์ํฉ ๊ฐฑ์ "
55- body : |
56- This pull request was automatically generated by the workflow.
57- branch : auto/update-dashboard
58- base : main
59- token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
51+ # - name: Create Pull Request
52+ # uses: peter-evans/create-pull-request@v5
53+ # with:
54+ # commit-message: "Update challenge progress dashboard"
55+ # title: "์๋ PR: ์ฑ๋ฆฐ์ง ์งํ ์ํฉ ๊ฐฑ์ "
56+ # body: |
57+ # This pull request was automatically generated by the workflow.
58+ # branch: auto/update-dashboard
59+ # base: main
60+ # token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
6061
6162
6263 - name : Post PR Comment with progress
You canโt perform that action at this time.
0 commit comments