From fed7c9f916cb3d538783c9b08e979707daa294c7 Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Thu, 24 Mar 2022 10:47:23 +0100 Subject: [PATCH] Update updater.sh --- .github/workflows/updater.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index c4d53fc..72eb5cb 100755 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -34,6 +34,7 @@ fi echo "Current version: $current_version" echo "Latest release from upstream: $version" echo "VERSION=$version" >> $GITHUB_ENV +echo "REPO=$repo" >> $GITHUB_ENV # For the time being, let's assume the script will fail echo "PROCEED=false" >> $GITHUB_ENV