From f502e8a2eda234f1eff1bf5e574d525021182b82 Mon Sep 17 00:00:00 2001 From: ItsSelis Date: Fri, 1 Jul 2022 23:34:02 +0200 Subject: [PATCH] Added missing quotes --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7648fbfa08b..c868a90d535 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: restore-keys: ${{ runner.os }}-dreamchecker - name: Restore Yarn cache - if: ${{ contains(github.event.pull_request.labels.*.name, 'Type: TGUI Bundle') }} + if: "${{ contains(github.event.pull_request.labels.*.name, 'Type: TGUI Bundle') }}" uses: actions/cache@v3 with: path: tgui/.yarn/cache @@ -58,7 +58,7 @@ jobs: ~/dreamchecker > ${GITHUB_WORKSPACE}/output-annotations.txt 2>&1 - name: TGUI Linters - if: ${{ contains(github.event.pull_request.labels.*.name, 'Type: TGUI Bundle') }} + if: "${{ contains(github.event.pull_request.labels.*.name, 'Type: TGUI Bundle') }}" run: | cd tgui yarn install