From 2d581039f58e614e0711928659f565add1017d78 Mon Sep 17 00:00:00 2001 From: Andrew Lavery Date: Fri, 6 Sep 2024 12:16:17 -0400 Subject: [PATCH] return values --- .github/workflows/build-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 2b4659f3aa..bb5134649d 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -691,9 +691,9 @@ jobs: --shared-password password \ --kotsadm-registry ttl.sh \ --kotsadm-namespace automated-${{ github.run_id }} \ - --additional-labels testlabel1=testvalue2 \ + --additional-labels testlabel1=testvalue1 \ --additional-labels test.label/two=test.value.two \ - --additional-annotations testannotation1=testannotationvalue2 \ + --additional-annotations testannotation1=testannotationvalue1 \ --additional-annotations test.annotation/two=testannotation.value.two \ --kotsadm-tag 24h | tee output.txt