Skip to content

Commit

Permalink
try to move push outouf status check frame
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroRin committed Nov 30, 2022
1 parent f5fe040 commit 58c7115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Expand Up @@ -30,7 +30,6 @@ _main() {

_tag_commit

_push_to_github
else

# Check if $GITHUB_OUTPUT is available
Expand All @@ -55,6 +54,7 @@ _main() {

echo "Working tree clean. Nothing to commit.";
fi
_push_to_github
}

_check_if_git_is_available() {
Expand Down

0 comments on commit 58c7115

Please sign in to comment.