Unverified Commit e9c131a9 authored by Jan Procházka's avatar Jan Procházka Committed by GitHub

fix echo FQBNS in script (#8100)

parent b9cc0e69
...@@ -86,5 +86,5 @@ then ...@@ -86,5 +86,5 @@ then
echo $json_matrix echo $json_matrix
echo "FQBNS=${json_matrix}" >> $GITHUB_ENV echo "FQBNS=${json_matrix}" >> $GITHUB_ENV
else else
echo "FQBNS=''" >> $GITHUB_ENV echo "FQBNS=" >> $GITHUB_ENV
fi fi
\ No newline at end of file
...@@ -30,7 +30,7 @@ jobs: ...@@ -30,7 +30,7 @@ jobs:
test-boards: test-boards:
needs: find-boards needs: find-boards
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ needs.find-boards.outputs.fqbns != '' }} if: needs.find-boards.outputs.fqbns != ''
env: env:
REPOSITORY: | REPOSITORY: |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment