mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-07-01 09:29:53 +02:00
🚧 github: Test generating job outputs
This commit is contained in:
parent
d9b0260d60
commit
958db4d0e9
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -17,6 +17,10 @@ jobs:
|
|||
rest: ${{ steps.step1.outputs.rest }}
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
-
|
||||
name: Generate outputs
|
||||
id: step1
|
||||
run: |
|
||||
echo "core=$(./.github/list-subimages --core --csv)" >>$GITHUB_OUTPUT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue