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 9d45461 commit 3f3d58b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@ jobs:
echo "$REPO"
export mser=$(./py_checkusb.py --repo ${REPO} --list serial --json)
test=$(echo $mser | jq '."\"${REPO}\""')
test=$(echo $mser | jq ".\"${REPO}\"")
question=$(echo $mser | jq '."xensiv-angle-sensor-tlx5012"')
echo ".\"${REPO}\""
echo "mser=$mser"
echo "test=$test"
echo "question=$question"
Expand Down

0 comments on commit 3f3d58b

Please sign in to comment.