From 2f50aa0f446d4c01413982449b3e54e56ea0f6a4 Mon Sep 17 00:00:00 2001 From: Jeonghyun Kang Date: Sat, 14 Oct 2023 17:39:40 +0900 Subject: [PATCH] =?UTF-8?q?YW2-238=20feat:=20=EC=8A=A4=ED=81=AC=EB=A6=BD?= =?UTF-8?q?=ED=8A=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gradle-build.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/gradle-build.yml b/.github/workflows/gradle-build.yml index 2cf91d8..a9549b6 100644 --- a/.github/workflows/gradle-build.yml +++ b/.github/workflows/gradle-build.yml @@ -14,6 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + id: comment-branch - name: Set up JDK 17 uses: actions/setup-java@v3 with: @@ -35,11 +36,3 @@ jobs: - name: Build with Gradle run: ./gradlew clean build - - - name: Comment When All Step Was Passed - uses: peter-evans/create-or-update-comment@v2 - if: success() - with: - issue-number: ${{ github.event.pull_request.number }} - body: | - :white_check_mark: CI 통과