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 2d2b6f7 commit 8c7bfbb
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 @@ -76,7 +76,7 @@ jobs:
REPO="$(basename "$GITHUB_REPOSITORY")"
echo "repo=$REPO" >> $GITHUB_OUTPUT
echo "project=$PROJECTNAME" >> $GITHUB_OUTPUT
serials_hil=$(echo $(./py_checkusb.py --repo ${REPO} --list serial --json) | jq --compact-output --null-input ".\"${REPO}\"")
serials_hil=$(echo $(./py_checkusb.py --repo ${REPO} --list serial --json) | jq ".\"${REPO}\"" --compact-output )
echo "serials_hil=$serials_hil"
echo "serials_hil=$serials_hil" >> $GITHUB_OUTPUT
# ./py_checkusb.py --switch repo --namelist $REPO --onoff on
Expand Down

0 comments on commit 8c7bfbb

Please sign in to comment.