From 8f1c7c3eaafcb51ab201db88fb1ca872d49f139e Mon Sep 17 00:00:00 2001 From: Matthias Kay Date: Thu, 23 May 2024 21:01:20 +0200 Subject: [PATCH] Update update-workflows.sh --- update-workflows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-workflows.sh b/update-workflows.sh index 8e0e485..a74cbd8 100755 --- a/update-workflows.sh +++ b/update-workflows.sh @@ -141,7 +141,7 @@ do # add a reference to this repository which holds the workflow commit_sha=$(git rev-parse HEAD) - tag=$(git describe --tags $(git rev-list --tags --max-count=1) || true) + tag=$(git describe --tags "$(git rev-list --tags --max-count=1)" || true) file_to_include="uses: Hapag-Lloyd/Workflow-Templates/.github/workflows/$base_name@$commit_sha # $tag"