diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index 79aa2d5..411cc3e 100644 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -4,13 +4,6 @@ # PACKAGE UPDATING HELPER #================================================= -# This script is meant to be run by GitHub Actions -# The YunoHost-Apps organisation offers a template Action to run this script periodically -# 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