Skip to content

Commit

Permalink
ci: add reusable action for checking version
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Peder Meldgaard <[email protected]>
  • Loading branch information
JenspederM committed Jan 3, 2025
1 parent 028077a commit 2d1edf6
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/actions/check_version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@ inputs:
required: false
default: false
outputs:
name: ${{ steps.project.outputs.name }}
old_version: ${{ steps.project.outputs.old_version }}
new_version: ${{ steps.cz.outputs.version }}
name:
description: "The name of the project"
value: ${{ steps.project.outputs.name }}
old_version:
description: "The old version of the project"
value: ${{ steps.project.outputs.old_version }}
new_version:
description: "The new version of the project"
value: ${{ steps.cz.outputs.version }}
runs:
using: composite
steps:
Expand Down

0 comments on commit 2d1edf6

Please sign in to comment.