[CI[ Attempt to remove quotes CI_FORCE_BUILD
This commit is contained in:
parent
2397bd45df
commit
9e3c12c4b0
1 changed files with 4 additions and 4 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
@ -44,12 +44,12 @@ jobs:
|
|||
warnings: 'all'
|
||||
run: |
|
||||
if [[ "${{ contains(matrix.board, 'esp8266') }}" == "true" ]]; then
|
||||
echo "::set-output name=skip-path::'HTTP|MQTT).*ino'"
|
||||
echo "::set-output name=index-url::'--additional-urls http://arduino.esp8266.com/stable/package_esp8266com_index.json'"
|
||||
echo "::set-output name=skip-path::HTTP|MQTT).*ino"
|
||||
echo "::set-output name=index-url::--additional-urls http://arduino.esp8266.com/stable/package_esp8266com_index.json"
|
||||
|
||||
else
|
||||
echo "::set-output name=skip-path::''"
|
||||
echo "::set-output name=index-url::''"
|
||||
echo "::set-output name=skip-path::"
|
||||
echo "::set-output name=index-url::"
|
||||
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue