Skip to content

Commit

Permalink
Simplyfy yaml handling test
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafFilies committed Oct 9, 2024
1 parent 15d9b14 commit e9882fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 | jq '."$REPO"')
echo "serials_hil="$mser
echo "serials_hil="$(./py_checkusb.py --repo ${REPO} --list serial --json | jq '."${REPO}"')
#echo serials_hil="$mser" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit e9882fb

Please sign in to comment.