name: "Forgejo Release Drafter" description: "Custom action that drafts releases in Forgejo using a Python script" inputs: forgejo-token: description: "API token for Forgejo" required: true repo: description: "Forgejo repo (e.g. org/project)" required: true api-endpoint: description: "Forgejo api endpoint (e.g. https:///api/v1)" required: true outputs: release-url: description: "URL of the drafted release" runs: using: "docker" image: "Dockerfile"