From cb49937433256684d8593bc6e1d55aaa09e8cd2f Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 1 Feb 2022 20:22:26 +0100 Subject: [PATCH] Update updater.sh --- .github/workflows/updater.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index 32e0b15..03f320c 100644 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -38,7 +38,6 @@ echo "PROCEED=false" >> $GITHUB_ENV if ! dpkg --compare-versions "$current_version" "lt" "$version" ; then echo "::warning ::No new version available" exit 0 -fi # Proceed only if a PR for this new version does not already exist elif git ls-remote -q --exit-code --heads https://github.com/$GITHUB_REPOSITORY.git ci-auto-update-v$version ; then echo "::warning ::A branch already exists for this update"