Fix install extension

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

View File

@ -9,7 +9,7 @@ runs:
run: |-
[ -z "${{ inputs.pg_major }}"] &&
echo "PG_MAJOR=${PG_MAJOR}" ||
echo "PG_MAJOR=${{ inputs.pg_major }}
echo "PG_MAJOR=${{ inputs.pg_major }}"
>> $GITHUB_ENV
echo "inputs.pg_major : ${{ inputs.pg_major }}"
echo "env.PG_MAJOR : ${{ env.PG_MAJOR }}"