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 93141aa commit 30bacd6Copy full SHA for 30bacd6
.github/workflows/arduino_ci.yml
@@ -69,7 +69,7 @@ jobs:
69
export exp=$(jq --compact-output --null-input '$ARGS.positional' --args -- "`cat ./fqbn.yml | shyaml get-value hil.example`")
70
echo "matrix_hil=$exp" >> $GITHUB_OUTPUT
71
72
- export fqb=$(jq --compact-output --null-input '$ARGS.positional' --args -- "cat ./fqbn.yml | shyaml get-value hil.fqbn")
+ export fqb=$(jq --compact-output --null-input '$ARGS.positional' --args -- "`cat ./fqbn.yml | shyaml get-value hil.fqbn`")
73
echo "fqbn_hil=$fqb" >> $GITHUB_OUTPUT
74
75
cd /opt/runner_support/
0 commit comments