Update action.yaml
This commit is contained in:
parent
e6bb11d2ea
commit
76ca009d05
1 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue