diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index c316b5b649..474aabc0f1 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -345,7 +345,7 @@ jobs: - name: Set TGS4_GITHUB_REF for PR if: ${{ github.event_name == 'pull_request' }} - run: echo "TGS4_GITHUB_REF=${{ github.event.base_ref }}" >> $GITHUB_ENV + run: echo "TGS4_GITHUB_REF=${{ github.base_ref }}" >> $GITHUB_ENV - name: Set TGS4_GITHUB_REF for push if: ${{ github.event_name == 'push' }}