From 2ed1e760d166cf543eea81a7e241da458a7e6203 Mon Sep 17 00:00:00 2001 From: Gokhan Gulbiz Date: Mon, 21 Aug 2023 21:56:18 +0300 Subject: [PATCH] Cleanup --- .github/actions/install_extension/action.yml | 3 --- 1 file changed, 3 deletions(-) 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