We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac1043 commit 12e100dCopy full SHA for 12e100d
1 file changed
entrypoint.sh
@@ -30,7 +30,7 @@ _main() {
30
_check_if_git_is_available
31
32
_switch_to_repository
33
- if _git_tag_only; then
+ if "$INPUT_GIT_TAG_ONLY"; then
34
_log "debug" "git tag only.";
35
_set_github_output "git_tag_only" "true"
36
_tag_commit
0 commit comments