Skip to content

Commit b8e85c5

Browse files
committed
Simplyfy yaml handling test
1 parent 940c9e0 commit b8e85c5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/arduino_ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
7575
cd /opt/runner_support/
7676
REPO="$(basename "$GITHUB_REPOSITORY")"
77+
echo "repo=$REPO" >> $GITHUB_OUTPUT
7778
7879
# ./py_checkusb.py --switch repo --namelist $REPO --onoff on
7980
@@ -93,8 +94,9 @@ jobs:
9394
# export mser=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${seriallist[@]}")
9495
9596
mser=`./py_checkusb.py --repo ${REPO} --list serial --json`
96-
echo "serials_hil="$mser | jq ".${REPO}"
97-
echo serials_hil="$mser" >> $GITHUB_OUTPUT
97+
echo "serials_hil="$mser
98+
99+
#echo serials_hil="$mser" >> $GITHUB_OUTPUT
98100
99101
100102
# echo "repo=$REPO" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)