From d9f1be7bc212b2586b7cfb9693dfa7c4b4d03aaa Mon Sep 17 00:00:00 2001 From: Orfeas Kourkakis Date: Fri, 24 Nov 2023 11:47:17 +0200 Subject: [PATCH] ci: Fix microk8s-version and juju-version descriptions --- .github/workflows/full-bundle-tests.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/full-bundle-tests.yaml b/.github/workflows/full-bundle-tests.yaml index 10770f1a..7479259e 100644 --- a/.github/workflows/full-bundle-tests.yaml +++ b/.github/workflows/full-bundle-tests.yaml @@ -14,11 +14,11 @@ on: required: false default: main microk8s-version: - description: Branch to checkout at for charmed-kubeflow-uats repo + description: Microk8s channel e.g. 1.25-strict/stable required: false default: "1.25-strict/stable" juju-version: - description: Branch to checkout at for charmed-kubeflow-uats repo + description: Juju channel e.g. 3.1/stable required: false default: "3.1/stable" workflow_call: @@ -37,12 +37,12 @@ on: type: string default: main microk8s-version: - description: Branch to checkout at for charmed-kubeflow-uats repo + description: Microk8s channel e.g. 1.25-strict/stable required: false type: string default: "1.25-strict/stable" juju-version: - description: Branch to checkout at for charmed-kubeflow-uats repo + description: Juju channel e.g. 3.1/stable required: false type: string default: "3.1/stable"