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
|
||||
echo "PG_MAJOR=${{ inputs.pg_major}}" >> $GITHUB_ENV
|
||||
else
|
||||
echo "PG_MAJOR=${{ env.PG_MAJOR }}" >> $GITHUB_ENV
|
||||
echo "PG_MAJOR=${PG_MAJOR}" >> $GITHUB_ENV
|
||||
fi
|
||||
echo "inputs.pg_major : ${{ inputs.pg_major }}"
|
||||
echo "env.pg_major : ${{ env.PG_MAJOR }}"
|
||||
echo "env.PG_MAJOR : ${{ env.PG_MAJOR }}"
|
||||
shell: bash
|
||||
- uses: actions/download-artifact@v3.0.1
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue