diff --git a/.github/actions/install_extension/action.yml b/.github/actions/install_extension/action.yml index b04478ab0..64472e8da 100644 --- a/.github/actions/install_extension/action.yml +++ b/.github/actions/install_extension/action.yml @@ -9,9 +9,6 @@ runs: using: composite steps: - name: Expose $PG_MAJOR to Github Env - # echo "PG_MAJOR=${PG_MAJOR}" >> $GITHUB_ENV - # echo "inputs.pg_major : ${{ inputs.pg_major }}" - # echo "env.PG_MAJOR : ${{ env.PG_MAJOR }}" run: |- if [ -z "${{ inputs.pg_major }}" ]; then echo "PG_MAJOR=${PG_MAJOR}" >> $GITHUB_ENV