mirror of https://github.com/citusdata/citus.git
Fix install extension
parent
ac17f07609
commit
5f0f5cda90
|
@ -7,7 +7,7 @@ runs:
|
||||||
steps:
|
steps:
|
||||||
- name: Expose $PG_MAJOR to Github Env
|
- name: Expose $PG_MAJOR to Github Env
|
||||||
run: |-
|
run: |-
|
||||||
[ -z "${{ inputs.pg_major }}"] &&
|
[ -z "${{ inputs.pg_major }}" ] &&
|
||||||
echo "PG_MAJOR=${PG_MAJOR}" ||
|
echo "PG_MAJOR=${PG_MAJOR}" ||
|
||||||
echo "PG_MAJOR=${{ inputs.pg_major }}"
|
echo "PG_MAJOR=${{ inputs.pg_major }}"
|
||||||
>> $GITHUB_ENV
|
>> $GITHUB_ENV
|
||||||
|
|
Loading…
Reference in New Issue