Skip to content

Commit 59c66cb

Browse files
committed
Arduino CI Tests
1 parent cfdde22 commit 59c66cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ArduinoBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ 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
4141
# echo "::set-output name=env::${content}"
4242
4343
build:

0 commit comments

Comments
 (0)