From 15d9b1478506f004da2ca263aba858194e04a07b Mon Sep 17 00:00:00 2001 From: "Filies Olaf (IFAG DES TOC PSA)" Date: Wed, 9 Oct 2024 17:22:55 +0200 Subject: [PATCH] Simplyfy yaml handling test --- .github/workflows/arduino_ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/arduino_ci.yml b/.github/workflows/arduino_ci.yml index b4f60aa..b31fcc9 100644 --- a/.github/workflows/arduino_ci.yml +++ b/.github/workflows/arduino_ci.yml @@ -93,8 +93,7 @@ jobs: # done; # export mser=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${seriallist[@]}") - mser=`./py_checkusb.py --repo ${REPO} --list serial --json` - echo '$mser' |jq '."$REPO"' + mser=$(./py_checkusb.py --repo ${REPO} --list serial --json | jq '."$REPO"') echo "serials_hil="$mser #echo serials_hil="$mser" >> $GITHUB_OUTPUT