name: 'weekly-odoo-timesheets' description: 'List weekly Gitea issue tracked times (Mon–Sat) and create Odoo timesheets via FastAPI.' author: 'Mandresy RABENJAHARISON ' branding: icon: clock color: blue inputs: fastapi-base-url: description: 'Base URL of the FastAPI server.' required: true fastapi-token: description: 'Bearer token used to authorize requests to the FastAPI server.' required: false runs: using: 'docker' image: 'Dockerfile' env: FASTAPI_BASE_URL: ${{ inputs.fastapi-base-url }} FASTAPI_TOKEN: ${{ inputs.fastapi-token }} GITEA_BASE_URL: https://gitea.ethumada.com REPO_OWNER: ${{ gitea.event.repository.owner.login }} REPO_NAME: ${{ gitea.event.repository.name }} GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}