未验证 提交 e9c131a9 编写于 作者: J Jan Procházka 提交者: GitHub

fix echo FQBNS in script (#8100)

上级 b9cc0e69
......@@ -86,5 +86,5 @@ then
echo $json_matrix
echo "FQBNS=${json_matrix}" >> $GITHUB_ENV
else
echo "FQBNS=''" >> $GITHUB_ENV
echo "FQBNS=" >> $GITHUB_ENV
fi
\ No newline at end of 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: |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册