Skip to content

Commit

Permalink
Fix the error in output's name
Browse files Browse the repository at this point in the history
  • Loading branch information
a-masterov committed Dec 5, 2024
1 parent 58397c4 commit 590581c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/neon-get-connection-uri/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ inputs:
outputs:
uri:
description: 'Connect URI'
value: ${{ steps.get-uri.outputs.id }}
value: ${{ steps.get-uri.outputs.uri }}

runs:
using: "composite"
Expand Down

0 comments on commit 590581c

Please sign in to comment.