We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9cc0e6 commit e9c131aCopy full SHA for e9c131a
.github/scripts/find_new_boards.sh
@@ -86,5 +86,5 @@ then
86
echo $json_matrix
87
echo "FQBNS=${json_matrix}" >> $GITHUB_ENV
88
else
89
- echo "FQBNS=''" >> $GITHUB_ENV
+ echo "FQBNS=" >> $GITHUB_ENV
90
fi
.github/workflows/boards.yml
@@ -30,7 +30,7 @@ jobs:
30
test-boards:
31
needs: find-boards
32
runs-on: ubuntu-latest
33
- if: ${{ needs.find-boards.outputs.fqbns != '' }}
+ if: needs.find-boards.outputs.fqbns != ''
34
35
env:
36
REPOSITORY: |
0 commit comments