From 55f252c45828c264f9ed73f9193074c2732de9bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hanno=20J=2E=20G=C3=B6decke?= Date: Thu, 5 Jan 2023 16:48:29 -0800 Subject: [PATCH] fix lint --- .github/workflows/preDeploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preDeploy.yml b/.github/workflows/preDeploy.yml index c7a8610e3d6e..a2b2ee482b08 100644 --- a/.github/workflows/preDeploy.yml +++ b/.github/workflows/preDeploy.yml @@ -315,7 +315,7 @@ jobs: run: unzip Customer\ Artifacts.zip - name: Print AWS Device Farm run results - run: cat Customer\ Artifacts/Host_Machine_Files/$WORKING_DIRECTORY/debug.log + run: cat "Customer\ Artifacts/Host_Machine_Files/$WORKING_DIRECTORY/debug.log" - name: Set output of AWS Device Farm into GitHub ENV run: |