Fix install extension

pull/7154/head
Gokhan Gulbiz 2023-08-21 13:14:40 +03:00
parent ac17f07609
commit 5f0f5cda90
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ runs:
steps:
- name: Expose $PG_MAJOR to Github Env
run: |-
[ -z "${{ inputs.pg_major }}"] &&
[ -z "${{ inputs.pg_major }}" ] &&
echo "PG_MAJOR=${PG_MAJOR}" ||
echo "PG_MAJOR=${{ inputs.pg_major }}"
>> $GITHUB_ENV