Added missing quotes

This commit is contained in:
ItsSelis
2022-07-01 23:34:02 +02:00
parent 84801f5f72
commit f502e8a2ed
+2 -2
View File
@@ -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