Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-esp32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-esp32
Commits
e9c131a9
Unverified
Commit
e9c131a9
authored
Apr 19, 2023
by
Jan Procházka
Committed by
GitHub
Apr 19, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix echo FQBNS in script (#8100)
parent
b9cc0e69
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.github/scripts/find_new_boards.sh
.github/scripts/find_new_boards.sh
+1
-1
.github/workflows/boards.yml
.github/workflows/boards.yml
+1
-1
No files found.
.github/scripts/find_new_boards.sh
View file @
e9c131a9
...
...
@@ -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
.github/workflows/boards.yml
View file @
e9c131a9
...
...
@@ -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
:
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment