Skip to content

Commit 30b015c

Browse files
author
marcelomilera
authored
Pass max-connections parameter to setup script
Pass `max-connections` input as parameter to `postgres-setup.sh` script
1 parent d296c28 commit 30b015c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ inputs:
1212
runs:
1313
using: "composite"
1414
steps:
15-
- run: ${{ github.action_path }}/postgres-setup.sh ${{ inputs.postgres-version }}
15+
- run: ${{ github.action_path }}/postgres-setup.sh ${{ inputs.postgres-version }} ${{ inputs.max-connections }}
1616
shell: bash

0 commit comments

Comments
 (0)