Mandresy RABENJAHARISON e513313b7c feat: release v1
2025-09-16 14:56:47 +03:00

26 lines
788 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: 'weekly-odoo-timesheets'
description: 'List weekly Gitea issue tracked times (MonSat) and create Odoo timesheets via FastAPI.'
author: 'Mandresy RABENJAHARISON <mandresy.rabenjaharison@ethumada.com>'
branding:
icon: clock
color: blue
inputs:
fastapi-base-url:
description: 'Base URL of the FastAPI server.'
required: true
gitea-base-url:
description: 'Base URL of the Gitea API (optional; defaults to https://gitea.ethumada.com).'
required: false
runs:
using: 'docker'
image: 'Dockerfile'
env:
FASTAPI_BASE_URL: ${{ inputs.fastapi-base-url }}
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 }}