From 7a499b9877fc612a24efdde9c11367ab7f4b58f8 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 4 Aug 2022 19:06:49 +0200 Subject: [PATCH] Mark updater.sh as ready --- .github/workflows/updater.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index 1232b14..2537b63 100644 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -9,9 +9,6 @@ # Since each app is different, maintainers can adapt its contents so as to perform # automatic actions when a new upstream release is detected. -# Remove this exit command when you are ready to run this Action -exit 1 - #================================================= # FETCHING LATEST RELEASE AND ITS ASSETS #=================================================