fix echo FQBNS in script (#8100)

This commit is contained in:
Jan Procházka 2023-04-19 13:36:59 +02:00 committed by GitHub
parent b9cc0e69a4
commit e9c131a9d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -86,5 +86,5 @@ then
echo $json_matrix
echo "FQBNS=${json_matrix}" >> $GITHUB_ENV
else
echo "FQBNS=''" >> $GITHUB_ENV
echo "FQBNS=" >> $GITHUB_ENV
fi

View file

@ -30,7 +30,7 @@ jobs:
test-boards:
needs: find-boards
runs-on: ubuntu-latest
if: ${{ needs.find-boards.outputs.fqbns != '' }}
if: needs.find-boards.outputs.fqbns != ''
env:
REPOSITORY: |