mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-07-10 04:23:05 +00:00
Add github_username and github_password to the action declaration.
This commit is contained in:
@@ -16,6 +16,12 @@ inputs:
|
||||
repository_local:
|
||||
description: 'Use already cloned repository in current directory'
|
||||
required: false
|
||||
github_token:
|
||||
description: 'GitHub Personal Access Token OR password'
|
||||
required: false
|
||||
github_username:
|
||||
description: 'GitHub or other git hosting provider username'
|
||||
required: false
|
||||
outputs:
|
||||
semantic_version:
|
||||
description: 'Calculated semantic version'
|
||||
|
||||
Reference in New Issue
Block a user