diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index 6d20bbfda5..3502345ed9 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -352,6 +352,7 @@ jobs: - name: Set TGS4_GITHUB_REF for push if: ${{ github.event_name == 'push' }} + shell: bash run: | TEMP_GITHUB_REF="${{ github.event.ref }}" echo "TGS4_GITHUB_REF=${TEMP_GITHUB_REF##*/}" >> $env:GITHUB_ENV