From 8e36f5036683a0eb217207d8fdc5a8256a81e7fc Mon Sep 17 00:00:00 2001 From: usbharu Date: Thu, 19 Dec 2024 20:23:13 +0900 Subject: [PATCH] chore: ci fix --- .github/workflows/pull-request-merge-check.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pull-request-merge-check.yml b/.github/workflows/pull-request-merge-check.yml index 49907962..526cec48 100644 --- a/.github/workflows/pull-request-merge-check.yml +++ b/.github/workflows/pull-request-merge-check.yml @@ -24,9 +24,7 @@ jobs: if: github.event.pull_request.draft == false runs-on: ubuntu-latest outputs: - core: ${{ steps.filter.outputs.core }} - mastodon: ${{ steps.filter.outputs.mastodon }} - activitypub: ${{ steps.filter.outputs.ap }} + hideout: ${{ steps.filter.outputs.hideout }} owl: ${{ steps.filter.outputs.owl }} steps: - name: Checkout