Update action.yaml

This commit is contained in:
Robin Wieske 2025-08-21 10:13:45 +02:00
parent e6bb11d2ea
commit 76ca009d05

View file

@ -1,13 +1,13 @@
name: "Forgejo Release Drafter"
description: "Custom action that drafts releases in Forgejo using a Python script"
inputs:
forgejo-token:
description: "API token for Forgejo"
token:
description: "Forgejo API token"
required: true
repo:
description: "Forgejo repo (e.g. org/project)"
required: true
api-endpoint:
endpoint:
description: "Forgejo api endpoint (e.g. https://<your-domain>/api/v1)"
required: true
outputs: