Compare commits

...

3 Commits
v1.0 ... main

Author SHA1 Message Date
Mandresy RABENJAHARISON
a236610041 chore: adjust workflow schedule to run daily at 13:30 UTC
All checks were successful
Send Weekly Timesheets to Odoo / weekly-timesheets (push) Successful in 15s
2025-09-16 16:27:52 +03:00
Mandresy RABENJAHARISON
05576445c1 chore: update workflow schedule to run daily at 13:15 UTC
All checks were successful
Send Weekly Timesheets to Odoo / weekly-timesheets (push) Successful in 30s
2025-09-16 16:11:27 +03:00
Mandresy RABENJAHARISON
77a3726c30 feat: add workflow to send weekly timesheets to Odoo 2025-09-16 16:09:43 +03:00

View File

@ -0,0 +1,18 @@
name: Send Weekly Timesheets to Odoo
on:
schedule:
- cron: '30 13 * * *'
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 }}