We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9d2f2a commit bb74cacCopy full SHA for bb74cac
1 file changed
action.yml
@@ -62,11 +62,10 @@ runs:
62
# the current user.
63
echo "PGHOST=localhost" >> $GITHUB_ENV
64
echo "PGUSER=${USER:-$USERNAME}" >> $GITHUB_ENV
65
+ echo "PGPORT=${{ inputs.port }}" >> $GITHUB_ENV
66
shell: bash
67
68
- name: Setup PostgreSQL user and database
- env:
69
- PGPORT: ${{ inputs.port }}
70
run: |
71
createuser --createdb ${{ inputs.username }}
72
0 commit comments