Skip to content

Commit 4c4ff61

Browse files
authored
Update update_challenge_progress.yml
1 parent 6c918d4 commit 4c4ff61

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

โ€Ž.github/workflows/update_challenge_progress.ymlโ€Ž

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
ย (0)