mirror of https://github.com/citusdata/citus.git
Fix install extension
parent
eb6cb489dc
commit
d877f2d2a1
|
@ -10,10 +10,10 @@ runs:
|
||||||
if [ -z "${{ inputs.pg_major }}"]; then
|
if [ -z "${{ inputs.pg_major }}"]; then
|
||||||
echo "PG_MAJOR=${{ inputs.pg_major}}" >> $GITHUB_ENV
|
echo "PG_MAJOR=${{ inputs.pg_major}}" >> $GITHUB_ENV
|
||||||
else
|
else
|
||||||
echo "PG_MAJOR=${{ env.PG_MAJOR }}" >> $GITHUB_ENV
|
echo "PG_MAJOR=${PG_MAJOR}" >> $GITHUB_ENV
|
||||||
fi
|
fi
|
||||||
echo "inputs.pg_major : ${{ inputs.pg_major }}"
|
echo "inputs.pg_major : ${{ inputs.pg_major }}"
|
||||||
echo "env.pg_major : ${{ env.PG_MAJOR }}"
|
echo "env.PG_MAJOR : ${{ env.PG_MAJOR }}"
|
||||||
shell: bash
|
shell: bash
|
||||||
- uses: actions/download-artifact@v3.0.1
|
- uses: actions/download-artifact@v3.0.1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue