File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525 Seeeduino_board_url : https://files.seeedstudio.com/arduino/package_seeeduino_boards_index.json
2626 rp2040_board_url : https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
2727 # rp2040_cli_args: --build-property compiler.cpp.extra_flags=-DSKIP_I2C_TEST
28- rp2040_cli_args :
28+ rp2040_cli_args : blah
2929
3030 outputs :
3131 env : ${{steps.set-env.outputs.env}}
3636 content='${{ toJson(env) }}'
3737 echo $content
3838 content="${content//'%'/'%25'}"
39- content="${content//$'\n'/''}"
40- content="${content//$'\r'/''}"
39+ content="${content//$'\n'/' '}"
40+ content="${content//$'\r'/' '}"
4141 echo "env=${content}" >> $GITHUB_OUTPUT
4242 # echo "::set-output name=env::${content}"
4343
You can’t perform that action at this time.
0 commit comments