From cde3ca52906df3b026e4bcdd6274e5dd83082b37 Mon Sep 17 00:00:00 2001 From: tommy Date: Fri, 3 Jan 2025 16:48:34 +0000 Subject: [PATCH] Update .forgejo/workflows/build-images.yaml --- .forgejo/workflows/build-images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build-images.yaml b/.forgejo/workflows/build-images.yaml index e20d341..6474721 100644 --- a/.forgejo/workflows/build-images.yaml +++ b/.forgejo/workflows/build-images.yaml @@ -73,7 +73,7 @@ jobs: strategy: fail-fast: false matrix: - include: ${{ fromJSON(needs.read-channels.outputs.channels) }} + include: ${{ needs.read-channels.outputs.channels }} # This means: for each object in the array, we have "matrix.channel" and "matrix.platform" steps: - name: Checkout