From 6533a29f28c59ad243366d63feaf6f5c9369fb80 Mon Sep 17 00:00:00 2001 From: Nikita Skrynnik <93182827+NikitaSkrynnik@users.noreply.github.com> Date: Fri, 22 Jul 2022 10:38:46 +1100 Subject: [PATCH] add cmd-cluster-info-k8s repo to dependency list (#1329) Signed-off-by: Nikita Skrynnik --- .github/workflows/update-dependent-repositories-gomod.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-dependent-repositories-gomod.yaml b/.github/workflows/update-dependent-repositories-gomod.yaml index 9a47cb5b4..471d27a83 100644 --- a/.github/workflows/update-dependent-repositories-gomod.yaml +++ b/.github/workflows/update-dependent-repositories-gomod.yaml @@ -26,6 +26,7 @@ jobs: "cmd-nsc-init", "cmd-ipam-vl3", "cmd-map-ip-k8s", - "cmd-admission-webhook-k8s"] + "cmd-admission-webhook-k8s", + "cmd-cluster-info-k8s"] secrets: token: ${{ secrets.NSM_BOT_GITHUB_TOKEN }}