From af70c18b7ae687afd2c10920d9d3a33f9e0c793d Mon Sep 17 00:00:00 2001 From: usbharu Date: Mon, 16 Sep 2024 23:42:34 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20output=E3=81=AE=E8=A8=AD=E5=AE=9A?= =?UTF-8?q?=E3=82=92=E9=96=93=E9=81=95=E3=81=88=E3=81=A6=E3=81=84=E3=81=9F?= =?UTF-8?q?=E3=81=AE=E3=81=A7=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pull-request-merge-check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request-merge-check.yml b/.github/workflows/pull-request-merge-check.yml index 701df932..1c1f54da 100644 --- a/.github/workflows/pull-request-merge-check.yml +++ b/.github/workflows/pull-request-merge-check.yml @@ -25,6 +25,7 @@ jobs: runs-on: ubuntu-latest outputs: core: ${{ steps.filter.outputs.core }} + mastodon: ${{ steps.filter.outputs.mastodon }} steps: - name: Checkout uses: actions/checkout@v4