forgejo-release-drafter-action/action.yaml
2025-08-21 10:13:45 +02:00

18 lines
489 B
YAML

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