From 9771d08256019a001e4841e408823bd80060a8e2 Mon Sep 17 00:00:00 2001 From: Ilya Beda Date: Mon, 25 Nov 2024 10:42:35 +1100 Subject: [PATCH] Fix resources getter --- .github/workflows/convert.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/convert.yaml b/.github/workflows/convert.yaml index 613fabe..10a7881 100644 --- a/.github/workflows/convert.yaml +++ b/.github/workflows/convert.yaml @@ -48,7 +48,7 @@ jobs: "Procedure" "Medication" "MedicationRequest") &&\ - for resource in $resources + for resource in "${resources[@]}" do echo $resource done