From 82aeb002f9eba47f0a9857332b874a16decde529 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sat, 8 Apr 2023 15:21:57 +0200 Subject: [PATCH] echo update_upstream --- .github/workflows/updater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index ef12517..22b4c28 100755 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -61,7 +61,7 @@ elif git ls-remote -q --exit-code --heads https://github.com/$GITHUB_REPOSITORY. echo "::warning ::A branch already exists for this kepubify update" update_kepubify=0 fi - +echo $update_upstream if [ "$update_kepubify"=0 ] && [ "$update_upstream"=0 ]; then echo "::no update : exit" exit 0