From dcdac407da0922a21ca19239618f1a21890f5867 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Sun, 13 Apr 2025 19:06:20 +0200 Subject: [PATCH] ci: fix conditional build condition --- .gitea/workflows/cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index 9a2316e..184ef69 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -13,7 +13,7 @@ jobs: name: Check changes runs-on: ubuntu-latest outputs: - changes: ${{ steps.filter.outputs.code }} + code: ${{ steps.filter.outputs.code }} steps: - name: Checkout uses: actions/checkout@v4