diff --git a/.github/scripts/renovate_bump.sh b/.github/scripts/renovate_bump.sh index 943bc1804f..ab8b1e2854 100755 --- a/.github/scripts/renovate_bump.sh +++ b/.github/scripts/renovate_bump.sh @@ -21,7 +21,7 @@ if [[ -z "$update_type" ]]; then fi if grep "$app_path" "$log_path"; then - exit 0 + update_type = "" fi docker run --quiet --rm \ @@ -33,4 +33,4 @@ docker run --quiet --rm \ --dep-name "$dep_name" \ --dep-version "$dep_version" -echo "$app_path" >>"$log_path" +echo "$app_path" >>"$log_path"