Skip to content

Add generate_report.py script scripts/generate_report.py #5

Add generate_report.py script scripts/generate_report.py

Add generate_report.py script scripts/generate_report.py #5

name: Daily Summary Report
on:
schedule:
- cron: '0 0 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:

Check failure on line 11 in .github/workflows/daily_summary_report.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/daily_summary_report.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Authenticate using GitHub Token
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run the script
run: python your_script.py