mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-08 22:29:56 +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 }}
|
rest: ${{ steps.step1.outputs.rest }}
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
|
name: Checkout
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
-
|
||||||
|
name: Generate outputs
|
||||||
id: step1
|
id: step1
|
||||||
run: |
|
run: |
|
||||||
echo "core=$(./.github/list-subimages --core --csv)" >>$GITHUB_OUTPUT
|
echo "core=$(./.github/list-subimages --core --csv)" >>$GITHUB_OUTPUT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue