From 3765dc2bbfb1bbc343a410d575dedef4326bc806 Mon Sep 17 00:00:00 2001 From: heowc Date: Wed, 1 May 2024 14:32:46 +0900 Subject: [PATCH] feature: init --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 569f443..3200870 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: JAR_FILE=$(ls -al ./build/libs/ | tail -1 | awk '{print $9}') java -jar ./build/libs/$JAR_FILE -d $(pwd) -p com.heowc.heo.core -o ${{ github.event.pull_request.number }}.png - name: Create comment - if: success() + if: success() && github.event.pull_request.number != '' uses: peter-evans/create-or-update-comment@v4 with: issue-number: ${{ github.event.pull_request.number }}