Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroRin committed Sep 10, 2022
1 parent 4e7c0d6 commit edc239d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions entrypoint.sh
Expand Up @@ -9,13 +9,13 @@ fi
_main() {
_switch_to_repository

if _git_is_dirty || "$INPUT_SKIP_DIRTY_CHECK"; then
_switch_to_branch

echo "::set-output name=changes_detected::true";
_add_files

_switch_to_branch
if _git_is_dirty || "$INPUT_SKIP_DIRTY_CHECK"; then

_add_files
echo "::set-output name=changes_detected::true";

_local_commit

Expand Down

0 comments on commit edc239d

Please sign in to comment.