mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-12 22:21:36 +02:00
fix: require git username and password.
This commit is contained in:
@@ -12,12 +12,10 @@ inputs:
|
||||
default: ''
|
||||
git-username:
|
||||
description: 'the username to use when pushing to git'
|
||||
required: false
|
||||
default: ''
|
||||
required: true
|
||||
git-password:
|
||||
description: 'the password to use when pushing to git'
|
||||
required: false
|
||||
default: ''
|
||||
required: true
|
||||
path:
|
||||
description: "create a release from a path other than the repository's root"
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user