From 3d100fb5633d62c5a163441b701618e5c84d6ee1 Mon Sep 17 00:00:00 2001 From: cccs-rs <62077998+cccs-rs@users.noreply.github.com> Date: Mon, 23 Dec 2024 20:18:34 +0000 Subject: [PATCH] debug --- pipelines/full-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/full-build.yaml b/pipelines/full-build.yaml index 37e0417..5130369 100644 --- a/pipelines/full-build.yaml +++ b/pipelines/full-build.yaml @@ -291,7 +291,7 @@ stages: - template: templates/steps/publish-description.yaml parameters: dockerhub_repo: $(CONTAINER_NAME) - github_repo: $( coalesce($(DIRECTORY), $(CONTAINER_NAME)) ) + github_repo: ${{ coalesce(variables.DIRECTORY, variables.CONTAINER_NAME) }} - job: update_odm_docs