diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index 6db1ce86fe..e394059849 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -366,6 +366,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