1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-11 22:51:35 +02:00

fix(input): miss inputs config for action.yml (#376)

This commit is contained in:
Neo Hsu
2021-09-25 01:05:05 +08:00
committed by GitHub
parent e64e55acfa
commit c7c114719a

View File

@@ -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\>")'
required: false
default: ''
github-api-url:
description: 'configure github API URL. Default `https://api.github.com`'
required: false
default: ''
runs:
using: 'node12'