1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/immich_ynh.git synced 2024-09-03 20:36:24 +02:00

Update updater_ffmpeg-static.sh

This commit is contained in:
Sylvain 2024-08-27 21:55:24 +02:00
parent 51fb262fe0
commit 739acc258f

View file

@ -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