mirror of
https://github.com/Koenkk/zigbee-OTA.git
synced 2026-06-24 12:26:24 +00:00
fix: csv for daily autodl
This commit is contained in:
6
.github/workflows/run_autodl_daily.yml
vendored
6
.github/workflows/run_autodl_daily.yml
vendored
@@ -3,10 +3,6 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: '0 12 * * *'
|
- cron: '0 12 * * *'
|
||||||
|
|
||||||
env:
|
|
||||||
# comma separate values, no spaces
|
|
||||||
MANUFACTURERS_TO_PROCESS: "inovelli"
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
@@ -40,7 +36,7 @@ jobs:
|
|||||||
script: |
|
script: |
|
||||||
const {runAutodl} = await import("${{ github.workspace }}/dist/ghw_run_autodl.js")
|
const {runAutodl} = await import("${{ github.workspace }}/dist/ghw_run_autodl.js")
|
||||||
|
|
||||||
await runAutodl(github, core, context, "$MANUFACTURERS_TO_PROCESS")
|
await runAutodl(github, core, context, "inovelli")
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user