From 4eb542299d595da4c15b9ca95596103b34950cef Mon Sep 17 00:00:00 2001 From: Minjeong Kim <101111603+Mingguriguri@users.noreply.github.com> Date: Tue, 8 Apr 2025 23:45:45 +0900 Subject: [PATCH 1/2] =?UTF-8?q?test:=20test=EC=9A=A9=20=EC=BD=94=EB=93=9C?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80=20(7)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- minjeong/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minjeong/test.txt b/minjeong/test.txt index 64ba643..60f6c48 100644 --- a/minjeong/test.txt +++ b/minjeong/test.txt @@ -1 +1 @@ -test6 \ No newline at end of file +test7 \ No newline at end of file From ecafd294729416fc690eaeb44b540e0ffdaa60d9 Mon Sep 17 00:00:00 2001 From: Minjeong Kim <101111603+Mingguriguri@users.noreply.github.com> Date: Tue, 8 Apr 2025 23:54:44 +0900 Subject: [PATCH 2/2] Update update_challenge_progress.yml --- .github/workflows/update_challenge_progress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_challenge_progress.yml b/.github/workflows/update_challenge_progress.yml index 1d6bcbc..01e8896 100644 --- a/.github/workflows/update_challenge_progress.yml +++ b/.github/workflows/update_challenge_progress.yml @@ -37,9 +37,9 @@ jobs: cd _MonthlyChallenges git config --global user.name "${{ secrets.GIT_USER_NAME }}" git config --global user.email "${{ secrets.GIT_USER_EMAIL }}" - git pull origin main git add scoreboard.json DASHBOARD.md HISTORY.md git commit -m "Update challenge progress dashboard" || echo "No changes to commit" + git pull origin main git push origin ${{ github.head_ref }} - name: Post PR Comment with progress