Skip to content

Commit 10015d9

Browse files
committed
Arduino CI Tests
1 parent 35a9139 commit 10015d9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ArduinoBuild.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ jobs:
3434
- id: set-env
3535
run: |
3636
content='${{ toJson(env) }}'
37-
# content="${content//'%'/'%25'}"
38-
# content="${content//$'\n'/'%0A'}"
39-
# content="${content//$'\r'/'%0D'}"
40-
echo "env=$content" >> $GITHUB_OUTPUT
37+
echo $content
38+
content="${content//'%'/'%25'}"
39+
content="${content//$'\n'/'%0A'}"
40+
content="${content//$'\r'/'%0D'}"
41+
echo "env=\"${content}\"" >> $GITHUB_OUTPUT
4142
# echo "::set-output name=env::${content}"
4243
4344
build:

0 commit comments

Comments
 (0)