mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-13 23:17:03 +03:00
Update I2S-4MBFlash.yml
This commit is contained in:
8
.github/workflows/I2S-4MBFlash.yml
vendored
8
.github/workflows/I2S-4MBFlash.yml
vendored
@@ -1,3 +1,5 @@
|
|||||||
|
# This is a basic workflow to help you get started with Actions
|
||||||
|
|
||||||
name: I2S-4MBFlash
|
name: I2S-4MBFlash
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -11,10 +13,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Set target
|
- name: Set target
|
||||||
run: echo '::set-output name=TARGET_BUILD_NAME::I2S-4MBFlash'
|
run: echo '::set-output name=TARGET_BUILD_NAME::I2S-4MBFlash'
|
||||||
id: target-name-generator
|
id: target-name-generator
|
||||||
- name: Get color
|
- name: Get color
|
||||||
run: echo "Target is ${{steps.target-name-generator.outputs.TARGET_BUILD_NAME}}"
|
run: echo "Target is ${{steps.target-name-generator.outputs.TARGET_BUILD_NAME}}"
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user