Skip to content

Commit f9e889b

Browse files
committed
Arduino CI Tests
1 parent 66d582c commit f9e889b

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
@@ -38,7 +38,7 @@ jobs:
3838
content="${content//'%'/'%25'}"
3939
content="${content//$'\n'/''}"
4040
content="${content//$'\r'/''}"
41-
echo "env='${content}'" >> $GITHUB_OUTPUT
41+
echo "env=${content}" >> $GITHUB_OUTPUT
4242
# echo "::set-output name=env::${content}"
4343
4444
build:

0 commit comments

Comments
 (0)