Compare commits

..

No commits in common. "main" and "v1" have entirely different histories.
main ... v1

View File

@ -1,18 +0,0 @@
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 }}