From 76ca009d05790efd994a961aa29296cd815d9197 Mon Sep 17 00:00:00 2001 From: "robin.wieske" Date: Thu, 21 Aug 2025 10:13:45 +0200 Subject: [PATCH] Update action.yaml --- action.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yaml b/action.yaml index bf30c30..c812eea 100644 --- a/action.yaml +++ b/action.yaml @@ -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:///api/v1)" required: true outputs: