소스 검색

Update I2S-4MBFlash.yml

Sébastien 4 년 전
부모
커밋
65571c4fb6
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      .github/workflows/I2S-4MBFlash.yml

+ 1 - 4
.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