From c60440a6fd2105de47591db2af324f50ef1ac3d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Grome=C5=A1?= Date: Sat, 22 Aug 2020 12:32:19 +0200 Subject: [PATCH] [CI] Fixed split output --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3bd5c3d9..fbd16398 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,7 +48,7 @@ jobs: if: ${{ env.run-build == 'true' }} run: | arduino-cli core update-index - arduino-cli core install ${{ format('{0}:{1}', steps.split.outputs_0, steps.split.outputs_1) }} + arduino-cli core install ${{ format('{0}:{1}', steps.split.outputs._0, steps.split.outputs._1) }} - name: Checkout repository if: ${{ env.run-build == 'true' }}