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 74a8fa2 commit 1b3d593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
# export mser=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${seriallist[@]}")
echo "$REPO"
export mser=$(./py_checkusb.py --repo ${REPO} --list serial --json | jq '."${REPO}"')
export mser=$(./py_checkusb.py --repo ${REPO} --list serial --json | jq '.${REPO}')
echo "$mser"
echo "serials_hil="$(`./py_checkusb.py --repo ${REPO} --list serial --json` | jq '."${REPO}"')
Expand Down

0 comments on commit 1b3d593

Please sign in to comment.