From 56a4dbfa8634df7c11e8c25e9812ab803f674161 Mon Sep 17 00:00:00 2001 From: jdre Date: Fri, 31 May 2024 13:27:58 +0200 Subject: [PATCH] feat(ci): collect shell fix yml n/a --- .github/workflows/collect-shell-versions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/collect-shell-versions.yml b/.github/workflows/collect-shell-versions.yml index fbeb3b3c..6cc05622 100644 --- a/.github/workflows/collect-shell-versions.yml +++ b/.github/workflows/collect-shell-versions.yml @@ -56,11 +56,11 @@ jobs: # Extract the 'next' tag version from the JSON json=${{ steps.check-deprecated.outputs.non_deprecated_shell_versions }} next_version=$(echo $json | jq -r '.next') - echo "Version is: ${{ next_version }}" + echo "Version is: $next_version" # Construct the file URL file_url="http://resources.cumulocity.com/webapps/ui-releases/apps-${next_version}.tgz" - echo "File url is: ${{ file_url }}" + echo "File url is: $file_url " # # Download the file # curl -O $file_url