mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-14 13:01:35 +02:00
fix(input): miss inputs config for action.yml (#376)
This commit is contained in:
@@ -72,6 +72,10 @@ inputs:
|
|||||||
description: 'Add [`Signed-off-by`](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---signoff) line at the end of the commit log message using the user and email provided. (format "Name \<email@example.com\>")'
|
description: 'Add [`Signed-off-by`](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---signoff) line at the end of the commit log message using the user and email provided. (format "Name \<email@example.com\>")'
|
||||||
required: false
|
required: false
|
||||||
default: ''
|
default: ''
|
||||||
|
github-api-url:
|
||||||
|
description: 'configure github API URL. Default `https://api.github.com`'
|
||||||
|
required: false
|
||||||
|
default: ''
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node12'
|
||||||
|
|||||||
Reference in New Issue
Block a user