Skip to content

Commit

Permalink
add output
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey.shulika committed Jan 4, 2024
1 parent 5cec721 commit 9d64987
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/license_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
required: false
type: string
default: 'ubuntu-20.04'
outputs:
version:
description: "Generated version of the image"
value: ${{ jobs.prebuild-job.outputs.version }}
push:
branches-ignore:
- master
Expand All @@ -25,7 +29,7 @@ jobs:
name: Prebuild Job
uses: th2-net/.github/.github/workflows/compound-prebuild-java-dev-workflow.yml@main
with:
runsOn: ${{ inputs.runsOn }}
runsOn: 'ubuntu-20.04'

check_licenses:
runs-on: 'ubuntu-20.04'
Expand Down

0 comments on commit 9d64987

Please sign in to comment.