Skip to content

Commit 30bacd6

Browse files
committed
Fix console log
1 parent 93141aa commit 30bacd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/arduino_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
export exp=$(jq --compact-output --null-input '$ARGS.positional' --args -- "`cat ./fqbn.yml | shyaml get-value hil.example`")
7070
echo "matrix_hil=$exp" >> $GITHUB_OUTPUT
7171
72-
export fqb=$(jq --compact-output --null-input '$ARGS.positional' --args -- "cat ./fqbn.yml | shyaml get-value hil.fqbn")
72+
export fqb=$(jq --compact-output --null-input '$ARGS.positional' --args -- "`cat ./fqbn.yml | shyaml get-value hil.fqbn`")
7373
echo "fqbn_hil=$fqb" >> $GITHUB_OUTPUT
7474
7575
cd /opt/runner_support/

0 commit comments

Comments
 (0)