Update .forgejo/workflows/build-images.yaml

This commit is contained in:
Tommy 2025-01-03 17:21:45 +00:00
parent e6d83c711c
commit 14992dc444
Signed by: Mooo[bot]
GPG key ID: CF3AFE4D5B62BB9A

View file

@ -15,7 +15,7 @@ jobs:
read-channels:
runs-on: ci-os
outputs:
channels: ${{ steps.export-channels.outputs.channels }}
channels: fromJson(${{ steps.export-channels.outputs.channels }})
steps:
- name: Checkout
uses: actions/checkout@v4