We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 940c9e0 commit b8e85c5Copy full SHA for b8e85c5
.github/workflows/arduino_ci.yml
@@ -74,6 +74,7 @@ jobs:
74
75
cd /opt/runner_support/
76
REPO="$(basename "$GITHUB_REPOSITORY")"
77
+ echo "repo=$REPO" >> $GITHUB_OUTPUT
78
79
# ./py_checkusb.py --switch repo --namelist $REPO --onoff on
80
@@ -93,8 +94,9 @@ jobs:
93
94
# export mser=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${seriallist[@]}")
95
96
mser=`./py_checkusb.py --repo ${REPO} --list serial --json`
- echo "serials_hil="$mser | jq ".${REPO}"
97
- echo serials_hil="$mser" >> $GITHUB_OUTPUT
+ echo "serials_hil="$mser
98
+
99
+ #echo serials_hil="$mser" >> $GITHUB_OUTPUT
100
101
102
# echo "repo=$REPO" >> $GITHUB_OUTPUT
0 commit comments