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:
|
read-channels:
|
||||||
runs-on: ci-os
|
runs-on: ci-os
|
||||||
outputs:
|
outputs:
|
||||||
channels: ${{ steps.export-channels.outputs.channels }}
|
channels: fromJson(${{ steps.export-channels.outputs.channels }})
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue