Skip to content

Commit 12e100d

Browse files
authored
Update entrypoint.sh
1 parent 2ac1043 commit 12e100d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ _main() {
3030
_check_if_git_is_available
3131

3232
_switch_to_repository
33-
if _git_tag_only; then
33+
if "$INPUT_GIT_TAG_ONLY"; then
3434
_log "debug" "git tag only.";
3535
_set_github_output "git_tag_only" "true"
3636
_tag_commit

0 commit comments

Comments
 (0)