We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5b7793 + acc2f7f commit 3973215Copy full SHA for 3973215
action.yml
@@ -79,6 +79,6 @@ runs:
79
- name: Expose connection URI
80
run: |
81
CONNECTION_URI="postgresql://${{ inputs.username }}:${{ inputs.password }}@localhost:${{inputs.port}}/${{ inputs.database }}"
82
- echo ::set-output name=value::$CONNECTION_URI
+ echo "value=$CONNECTION_URI" >> $GITHUB_OUTPUT
83
shell: bash
84
id: connection-uri
0 commit comments