fix: csv for daily autodl

This commit is contained in:
Nerivec
2025-03-02 17:21:10 +01:00
parent de339fdd98
commit f7ecde0d2f

View File

@@ -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: |