diff --git a/.github/actions/install_extension/action.yml b/.github/actions/install_extension/action.yml index 222818ec6..1f21b1c81 100644 --- a/.github/actions/install_extension/action.yml +++ b/.github/actions/install_extension/action.yml @@ -9,7 +9,7 @@ runs: run: |- [ -z "${{ inputs.pg_major }}"] && echo "PG_MAJOR=${PG_MAJOR}" || - echo "PG_MAJOR=${{ inputs.pg_major }} + echo "PG_MAJOR=${{ inputs.pg_major }}" >> $GITHUB_ENV echo "inputs.pg_major : ${{ inputs.pg_major }}" echo "env.PG_MAJOR : ${{ env.PG_MAJOR }}"