From 96fb2e4a298e66e1a8fa7ffc759b7770fb29c942 Mon Sep 17 00:00:00 2001 From: "Gordon Beeming [SSW]" Date: Fri, 22 Sep 2023 08:49:59 +1000 Subject: [PATCH] try quoting in the input for referenced images (#6792) --- .github/workflows/check-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-images.yml b/.github/workflows/check-images.yml index cdb6623b4b0..f0b2a7a537b 100644 --- a/.github/workflows/check-images.yml +++ b/.github/workflows/check-images.yml @@ -36,4 +36,4 @@ jobs: run: | cd scripts/find-unreferenced-images npm install - node find-unreferenced-images.js ${{ env.changed }} + node find-unreferenced-images.js '${{ env.changed }}'