Skip to content

Update finanse.csv #156

Update finanse.csv

Update finanse.csv #156

Workflow file for this run

name: "Update financial dashboard"
on:
push:
paths:
- 'automation/finanse/finanse.csv'
- '.github/workflows/finance.yaml'
jobs:
dashboard:
runs-on: ubuntu-latest
name: Update financial dashboard
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
python-version: '3.10'
- name: Update dashboard
run: |
cd automation/finanse
pip install -r requirements.txt
python dashboard.py
git add ../../layouts/shortcodes/finanse.html
- name: Commit Changes
uses: stefanzweifel/[email protected]
with:
commit_message: Automated financial dashboard snapshot