mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-19 16:56:34 +00:00
push changed coc generated files back in repo (#18644)
This commit is contained in:
parent
979a15cf07
commit
9c819d6afb
6
.github/workflows/Tasmota_build_devel.yml
vendored
6
.github/workflows/Tasmota_build_devel.yml
vendored
@ -48,8 +48,8 @@ jobs:
|
|||||||
../../libesp32/berry/berry -s -g solidify_all.be
|
../../libesp32/berry/berry -s -g solidify_all.be
|
||||||
- uses: jason2866/upload-artifact@v2.0.2
|
- uses: jason2866/upload-artifact@v2.0.2
|
||||||
with:
|
with:
|
||||||
name: '["berry_tasmota", "berry_matter", "berry_lvgl"]'
|
name: '["berry_tasmota", "berry_matter", "berry_lvgl", "berry_header"]'
|
||||||
path: '["./lib/libesp32/berry_tasmota/src/solidify", "./lib/libesp32/berry_matter/src/solidify", "./lib/libesp32_lvgl/lv_binding_berry/src/solidify"]'
|
path: '["./lib/libesp32/berry_tasmota/src/solidify", "./lib/libesp32/berry_matter/src/solidify", "./lib/libesp32_lvgl/lv_binding_berry/src/solidify", "./lib/libesp32/berry/generate"]'
|
||||||
|
|
||||||
push_solidified:
|
push_solidified:
|
||||||
needs: be_solidify
|
needs: be_solidify
|
||||||
@ -68,10 +68,12 @@ jobs:
|
|||||||
berry_tasmota
|
berry_tasmota
|
||||||
berry_matter
|
berry_matter
|
||||||
berry_lvgl
|
berry_lvgl
|
||||||
|
berry_header
|
||||||
path: |
|
path: |
|
||||||
./lib/libesp32/berry_tasmota/src/solidify
|
./lib/libesp32/berry_tasmota/src/solidify
|
||||||
./lib/libesp32/berry_matter/src/solidify
|
./lib/libesp32/berry_matter/src/solidify
|
||||||
./lib/libesp32_lvgl/lv_binding_berry/src/solidify
|
./lib/libesp32_lvgl/lv_binding_berry/src/solidify
|
||||||
|
./lib/libesp32/berry/generate
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: Solidified Code updated
|
commit_message: Solidified Code updated
|
||||||
|
6
.github/workflows/Tasmota_build_master.yml
vendored
6
.github/workflows/Tasmota_build_master.yml
vendored
@ -47,8 +47,8 @@ jobs:
|
|||||||
../../libesp32/berry/berry -s -g solidify_all.be
|
../../libesp32/berry/berry -s -g solidify_all.be
|
||||||
- uses: jason2866/upload-artifact@v2.0.2
|
- uses: jason2866/upload-artifact@v2.0.2
|
||||||
with:
|
with:
|
||||||
name: '["berry_tasmota", "berry_matter", "berry_lvgl"]'
|
name: '["berry_tasmota", "berry_matter", "berry_lvgl", "berry_header"]'
|
||||||
path: '["./lib/libesp32/berry_tasmota/src/solidify", "./lib/libesp32/berry_matter/src/solidify", "./lib/libesp32_lvgl/lv_binding_berry/src/solidify"]'
|
path: '["./lib/libesp32/berry_tasmota/src/solidify", "./lib/libesp32/berry_matter/src/solidify", "./lib/libesp32_lvgl/lv_binding_berry/src/solidify", "./lib/libesp32/berry/generate"]'
|
||||||
|
|
||||||
push_solidified:
|
push_solidified:
|
||||||
needs: be_solidify
|
needs: be_solidify
|
||||||
@ -67,10 +67,12 @@ jobs:
|
|||||||
berry_tasmota
|
berry_tasmota
|
||||||
berry_matter
|
berry_matter
|
||||||
berry_lvgl
|
berry_lvgl
|
||||||
|
berry_header
|
||||||
path: |
|
path: |
|
||||||
./lib/libesp32/berry_tasmota/src/solidify
|
./lib/libesp32/berry_tasmota/src/solidify
|
||||||
./lib/libesp32/berry_matter/src/solidify
|
./lib/libesp32/berry_matter/src/solidify
|
||||||
./lib/libesp32_lvgl/lv_binding_berry/src/solidify
|
./lib/libesp32_lvgl/lv_binding_berry/src/solidify
|
||||||
|
./lib/libesp32/berry/generate
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: Solidified Code updated
|
commit_message: Solidified Code updated
|
||||||
|
Loading…
x
Reference in New Issue
Block a user