From f94b01bd68f8fdb27abb429ae8ab2af353f53a0c Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sat, 8 Apr 2023 15:19:00 +0200 Subject: [PATCH] add messages --- .github/workflows/updater.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index b3e23f9..ef12517 100755 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -63,10 +63,12 @@ elif git ls-remote -q --exit-code --heads https://github.com/$GITHUB_REPOSITORY. fi if [ "$update_kepubify"=0 ] && [ "$update_upstream"=0 ]; then + echo "::no update : exit" exit 0 fi if [ "$update_upstream"=1 ]; then + echo "Update upstream" # Each release can hold multiple assets (e.g. binaries for different architectures, source code, etc.) echo "${#assets[@]} available asset(s)" @@ -126,6 +128,7 @@ EOT fi if [ "$update_kepubify"=1 ]; then + echo "Update kepubify" for asset_url_kepubify in ${assets_kepubify[@]}; do echo "Handling asset at $asset_url_kepubify"