From cc275c5529b762ce7539429fc63c0544e11aef2b Mon Sep 17 00:00:00 2001 From: pgoslatara Date: Mon, 9 Sep 2024 21:19:58 +0200 Subject: [PATCH] Adding quotes --- .github/workflows/post_release_pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post_release_pipeline.yml b/.github/workflows/post_release_pipeline.yml index e875a946..52eeeca0 100644 --- a/.github/workflows/post_release_pipeline.yml +++ b/.github/workflows/post_release_pipeline.yml @@ -104,7 +104,7 @@ jobs: - name: Install `dbt-bouncer` if: matrix.operating-system == 'windows-latest' - run: pip install dbt-bouncer=='("${{ github.ref }}" -Split "/")[2]' + run: pip install "dbt-bouncer=='("${{ github.ref }}" -Split "/")[2]'" - name: Install `dbt-bouncer` if: matrix.operating-system != 'windows-latest'