Skip to content

fix: update report.yaml workflow to pass start and end dates as separ… #2

fix: update report.yaml workflow to pass start and end dates as separ…

fix: update report.yaml workflow to pass start and end dates as separ… #2

Workflow file for this run

name: Deploy on Raspberry Pi
on:
push:
- main
workflow_dispatch:
jobs:
deploy-streamlit:
name: "🚀 Report Generate"
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.12