naprwilem dockerfile i dodalem uruchom przy starcie

This commit is contained in:
2026-06-26 13:56:20 +02:00
parent 1df295b2ed
commit 48ae7000ff
3 changed files with 15 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
name: GoogleSheet Bot
version: "1.0.8"
version: "1.0.9"
slug: googlesheet_bot
description: Bot do automatyzacji zadań w Arkuszach Google.
arch:
@@ -15,10 +15,12 @@ options:
credentials_json: ""
run_hours: "9,13,16"
debug: false
run_at_start: false
schema:
credentials_json: str
run_hours: str
debug: bool
run_at_start: bool
# environment:
# CONFIG_CREDENTIALS_JSON: "{options.credentials_json}"
# CONFIG_RUN_HOURS: "{options.run_hours}"