From 786ebb58871c620d87de4a7e4ff468be5b232be2 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sat, 11 Sep 2021 21:58:28 +0200 Subject: [PATCH] Update comments in updater.sh --- .github/workflows/updater.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index 21b6abb..323cdb2 100755 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -9,13 +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. -# GitHub Actions should have made available the following environment variables: -# $ASSETS: -# The ASSETS environment variable is a space-separated list of urls -# of assets published with the latest upstream release. -# $VERSION: -# The new version of the app - # Remove this exit command when you are ready to run this Action exit 1