Rename Input and add output

This commit is contained in:
Stefan Zweifel
2025-04-19 09:38:21 +02:00
parent 11a6e5f38f
commit 4f8f3ad16e
3 changed files with 13 additions and 11 deletions

View File

@@ -30,9 +30,9 @@ _main() {
_check_if_git_is_available
_switch_to_repository
if "$INPUT_GIT_TAG_ONLY"; then
_log "debug" "git tag only.";
_set_github_output "git_tag_only" "true"
if "$INPUT_CREATE_GIT_TAG_ONLY"; then
_log "debug" "Create git tag only";
_set_github_output "create_git_tag_only" "true"
_tag_commit
_push_to_github
elif _git_is_dirty || "$INPUT_SKIP_DIRTY_CHECK"; then