Add github_username and github_password to the action declaration.

This commit is contained in:
2021-05-12 12:17:03 +01:00
parent 941784a3ae
commit 2d03c12978
3 changed files with 17 additions and 0 deletions
+6
View File
@@ -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'