feat(action): add default values for optional inputs
Some checks failed
Auto Changelog & Release / release (push) Failing after 3s
Some checks failed
Auto Changelog & Release / release (push) Failing after 3s
- Set default values for `token`, `author_name`, and `author_email` inputs to improve usability and avoid potential null issues
This commit is contained in:
@@ -5,12 +5,15 @@ inputs:
|
||||
token:
|
||||
description: "Gitea/GitHub PAT für Release-API"
|
||||
required: false
|
||||
default: ""
|
||||
author_name:
|
||||
description: "Commit-Autorname"
|
||||
required: false
|
||||
default: ""
|
||||
author_email:
|
||||
description: "Commit-Autore-Mail"
|
||||
required: false
|
||||
default: ""
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
|
Reference in New Issue
Block a user