From 739acc258f0a55824eff9750e6acc0b45f683cb1 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Tue, 27 Aug 2024 21:55:24 +0200 Subject: [PATCH] Update updater_ffmpeg-static.sh --- .github/workflows/updater_ffmpeg-static.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/updater_ffmpeg-static.sh b/.github/workflows/updater_ffmpeg-static.sh index 241225e..c9980ec 100644 --- a/.github/workflows/updater_ffmpeg-static.sh +++ b/.github/workflows/updater_ffmpeg-static.sh @@ -28,6 +28,7 @@ then exit 0 # 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_next/~/-} +then echo "::warning ::A branch already exists for this update" exit 0 fi