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"
|
name: "Forgejo Release Drafter"
|
||||||
description: "Custom action that drafts releases in Forgejo using a Python script"
|
description: "Custom action that drafts releases in Forgejo using a Python script"
|
||||||
inputs:
|
inputs:
|
||||||
forgejo-token:
|
token:
|
||||||
description: "API token for Forgejo"
|
description: "Forgejo API token"
|
||||||
required: true
|
required: true
|
||||||
repo:
|
repo:
|
||||||
description: "Forgejo repo (e.g. org/project)"
|
description: "Forgejo repo (e.g. org/project)"
|
||||||
required: true
|
required: true
|
||||||
api-endpoint:
|
endpoint:
|
||||||
description: "Forgejo api endpoint (e.g. https://<your-domain>/api/v1)"
|
description: "Forgejo api endpoint (e.g. https://<your-domain>/api/v1)"
|
||||||
required: true
|
required: true
|
||||||
outputs:
|
outputs:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue