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: