Skip to content

Commit

Permalink
Fix version and image outputs (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Poeschl authored May 31, 2021
1 parent 9c37dc6 commit b127e03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ outputs:
value: ${{ steps.find.outputs.target }}
image:
description: Image-template of the add-on
value: ${{ steps.find.outputs.basic.image }}
value: ${{ steps.basic.outputs.image }}
version:
description: Returns the version of the add-on
value: ${{ steps.find.outputs.basic.version }}
value: ${{ steps.basic.outputs.version }}

runs:
using: "composite"
Expand Down

0 comments on commit b127e03

Please sign in to comment.