Skip to content

Commit

Permalink
ci: Fix microk8s-version and juju-version descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed Nov 24, 2023
1 parent 549d3f3 commit d9f1be7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/full-bundle-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"
Expand Down

0 comments on commit d9f1be7

Please sign in to comment.