mirror of https://github.com/citusdata/citus.git
Fix install extension
parent
ac17f07609
commit
5f0f5cda90
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue