Skip to content

Commit bb74cac

Browse files
authored
Update action.yml
1 parent b9d2f2a commit bb74cac

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,10 @@ runs:
6262
# the current user.
6363
echo "PGHOST=localhost" >> $GITHUB_ENV
6464
echo "PGUSER=${USER:-$USERNAME}" >> $GITHUB_ENV
65+
echo "PGPORT=${{ inputs.port }}" >> $GITHUB_ENV
6566
shell: bash
6667

6768
- name: Setup PostgreSQL user and database
68-
env:
69-
PGPORT: ${{ inputs.port }}
7069
run: |
7170
createuser --createdb ${{ inputs.username }}
7271

0 commit comments

Comments
 (0)