We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10015d9 commit b293362Copy full SHA for b293362
.github/workflows/ArduinoBuild.yml
@@ -38,7 +38,7 @@ jobs:
38
content="${content//'%'/'%25'}"
39
content="${content//$'\n'/'%0A'}"
40
content="${content//$'\r'/'%0D'}"
41
- echo "env=\"${content}\"" >> $GITHUB_OUTPUT
+ echo "env='${content}'" >> $GITHUB_OUTPUT
42
# echo "::set-output name=env::${content}"
43
44
build:
0 commit comments