Skip to content

Commit 195becb

Browse files
committed
test 7, change to device order
1 parent 2636de5 commit 195becb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/hil-unity-checks.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ jobs:
5858
# fetch unity libraries
5959
readarray -t data < <(echo $hil | jq -r '.|keys[]')
6060
export dev=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${data[@]}")
61-
echo devices="$dev" >> $GITHUB_OUTPUT
62-
63-
echo "hil=${hil}"
61+
echo "devices=${dev}" >> $GITHUB_OUTPUT
6462
echo "devices=${dev}"
6563
6664

0 commit comments

Comments
 (0)