mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2025-05-18 11:29:44 +08:00
Update entrypoint.sh
This commit is contained in:
parent
2ac10431a8
commit
12e100dacb
@ -30,7 +30,7 @@ _main() {
|
|||||||
_check_if_git_is_available
|
_check_if_git_is_available
|
||||||
|
|
||||||
_switch_to_repository
|
_switch_to_repository
|
||||||
if _git_tag_only; then
|
if "$INPUT_GIT_TAG_ONLY"; then
|
||||||
_log "debug" "git tag only.";
|
_log "debug" "git tag only.";
|
||||||
_set_github_output "git_tag_only" "true"
|
_set_github_output "git_tag_only" "true"
|
||||||
_tag_commit
|
_tag_commit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user