From 65571c4fb6d239f9e958048f3763bd2ddca03dec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien?= Date: Fri, 16 Oct 2020 11:43:50 -0400 Subject: [PATCH] Update I2S-4MBFlash.yml --- .github/workflows/I2S-4MBFlash.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/I2S-4MBFlash.yml b/.github/workflows/I2S-4MBFlash.yml index ac54b2d5..6ea69b29 100644 --- a/.github/workflows/I2S-4MBFlash.yml +++ b/.github/workflows/I2S-4MBFlash.yml @@ -13,11 +13,8 @@ jobs: runs-on: ubuntu-latest steps: - name: Set target - run: echo '::set-output name=TARGET_BUILD_NAME::I2S-4MBFlash' + run: echo '::set-output name=TARGET_BUILD_NAME::I2S-4MFlash' id: target-name-generator - - name: Get color - run: echo "Target is ${{steps.target-name-generator.outputs.TARGET_BUILD_NAME}}" - - uses: actions/checkout@v2 with: submodules: true