Skip to content

Commit

Permalink
Fix output value name
Browse files Browse the repository at this point in the history
Issue gh-16
  • Loading branch information
marcusdacoregio committed Jan 30, 2024
1 parent ee47571 commit d615a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/retrieve-spring-supported-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
outputs:
supported_versions:
description: "The supported versions"
value: ${{ jobs.retrieve-supported-versions.outputs.versions }}
value: ${{ jobs.retrieve-supported-versions.outputs.supported_versions }}

jobs:
retrieve-supported-versions:
Expand Down

0 comments on commit d615a56

Please sign in to comment.