From 7ab6204bc91dbed38cb0795f8481001125f5e161 Mon Sep 17 00:00:00 2001 From: tommy Date: Fri, 3 Jan 2025 17:25:22 +0000 Subject: [PATCH] Update .forgejo/workflows/build-images.yaml --- .forgejo/workflows/build-images.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.forgejo/workflows/build-images.yaml b/.forgejo/workflows/build-images.yaml index 61aef33..3b8791f 100644 --- a/.forgejo/workflows/build-images.yaml +++ b/.forgejo/workflows/build-images.yaml @@ -14,8 +14,7 @@ jobs: ################################################################# read-channels: runs-on: ci-os - outputs: - channels: fromJson(${{ steps.export-channels.outputs.channels }}) + channels: ${{ steps.export-channels.outputs.channels }} steps: - name: Checkout uses: actions/checkout@v4 @@ -77,11 +76,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - run: | - echo "Matrix raw => ${{ string(matrix) }}" - echo "Channel => ${{ matrix.channel }}" - echo "Platform => ${{ matrix.platform }}" - - id: set-context name: Determine Context run: |