Skip to content

Commit 3011107

Browse files
committed
Arduino CI Tests
1 parent 257693c commit 3011107

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ArduinoBuild.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
content="${content//'%'/'%25'}"
3838
content="${content//$'\n'/'%0A'}"
3939
content="${content//$'\r'/'%0D'}"
40-
echo "env=$content" >> $GITHUB_OUTPUT
40+
# echo "env=${content}" >> $GITHUB_OUTPUT
41+
echo "::set-output name=env::${content}"
4142
4243
build:
4344
name: ${{matrix.board}}@${{matrix.platform-version}}

0 commit comments

Comments
 (0)