From de1fa0ba4c716fd2f7939f5f2e7272153ccccf55 Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Fri, 7 Feb 2025 12:39:46 +0100 Subject: [PATCH] add output --- .github/workflows/ci_manager.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci_manager.yml b/.github/workflows/ci_manager.yml index 2f49cd6255..c57933c884 100644 --- a/.github/workflows/ci_manager.yml +++ b/.github/workflows/ci_manager.yml @@ -10,6 +10,7 @@ jobs: pull-requests: read outputs: zig: ${{ steps.filter.outputs.zig }} + other_than_zig: ${{ steps.filter.outputs.other_than_zig }} steps: - uses: actions/checkout@v4 - uses: dorny/paths-filter@v2