From 195becb00c2d9fe291a2f988db61ddb83b3605c4 Mon Sep 17 00:00:00 2001 From: "Filies Olaf (IFAG DES TOC PSA)" Date: Wed, 30 Oct 2024 16:23:42 +0100 Subject: [PATCH] test 7, change to device order --- .github/workflows/hil-unity-checks.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/hil-unity-checks.yml b/.github/workflows/hil-unity-checks.yml index 4fa8ab84..046d7211 100644 --- a/.github/workflows/hil-unity-checks.yml +++ b/.github/workflows/hil-unity-checks.yml @@ -58,9 +58,7 @@ jobs: # fetch unity libraries readarray -t data < <(echo $hil | jq -r '.|keys[]') export dev=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${data[@]}") - echo devices="$dev" >> $GITHUB_OUTPUT - - echo "hil=${hil}" + echo "devices=${dev}" >> $GITHUB_OUTPUT echo "devices=${dev}"