From ac17f07609ca694ae197bc2f5abf47aced5b07a5 Mon Sep 17 00:00:00 2001 From: Gokhan Gulbiz Date: Mon, 21 Aug 2023 13:08:01 +0300 Subject: [PATCH] Fix install extension --- .github/actions/install_extension/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}"