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.
1 parent d296c28 commit 30b015cCopy full SHA for 30b015c
action.yml
@@ -12,5 +12,5 @@ inputs:
12
runs:
13
using: "composite"
14
steps:
15
- - run: ${{ github.action_path }}/postgres-setup.sh ${{ inputs.postgres-version }}
+ - run: ${{ github.action_path }}/postgres-setup.sh ${{ inputs.postgres-version }} ${{ inputs.max-connections }}
16
shell: bash
0 commit comments