Update .forgejo/workflows/build-images.yaml
This commit is contained in:
parent
e6d83c711c
commit
14992dc444
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue