create-odoo-timesheet/.gitea/workflows/test-timesheets.yaml
mandresy 95618540fc
All checks were successful
Send Weekly Timesheets to Odoo / weekly-timesheets (push) Successful in 5s
chore: adjust example date
2026-02-17 13:46:56 +00:00

20 lines
515 B
YAML

name: Send Weekly Timesheets to Odoo
on:
schedule:
# Saturday 20:00 UTC+3
- cron: '0 17 * * 6'
workflow_dispatch:
jobs:
weekly-timesheets:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Send Weekly Timesheets to Odoo
uses: https://gitea.ethumada.com/gitea/export-issue-tracked-times@v1.0.0
with:
fastapi-base-url: ${{ secrets.FASTAPI_BASE_URL }}
fastapi-token: ${{ secrets.FASTAPI_TOKEN }}