Skip to content

Commit 681ca9d

Browse files
committed
Arduino CI Tests
1 parent 531efd0 commit 681ca9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ArduinoBuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
content='${{ toJson(env) }}'
3636
echo $content
3737
content="${content//'%'/'%25'}"
38-
content="${content//$'\n'/' '}"
39-
content="${content//$'\r'/' '}"
38+
content="${content//$'\n'/''}"
39+
content="${content//$'\r'/''}"
4040
echo "env=${content}" >> $GITHUB_OUTPUT
4141
# echo "::set-output name=env::${content}"
4242

0 commit comments

Comments
 (0)