Skip to content

Commit

Permalink
Fix output variable mismatch
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied committed Nov 17, 2022
1 parent b710378 commit 7d7b262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/create-bwc-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
outputs:
built-version:
description: 'The version of OpenSearch that was associated with this branch'
value: ${{ steps.get-opensearch-version.outputs.built-version }}
value: ${{ steps.get-opensearch-version.outputs.version }}

runs:
using: "composite"
Expand Down

0 comments on commit 7d7b262

Please sign in to comment.