Skip to content

Commit

Permalink
chore: testing params
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed Sep 26, 2024
1 parent 6b5dff6 commit 40f4edc
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ inputs:
### Typical / recommended
oc_version:
description: Non-default OpenShift version; e.g. 4.13
default: "4.13.0"
parameters:
description: Template parameters/variables to pass (e.g. -p ZONE=...)
post_rollout:
Expand Down Expand Up @@ -108,8 +107,16 @@ runs:
# Override OpenShift version, if specified
- name: Install CLI tools from OpenShift Mirror
uses: redhat-actions/openshift-tools-installer@v1
with:
oc: ${{ inputs.oc_version }}
with:
kam: "latest"
oc: "3"

# Installs the latest release of odo with the major version 2, and the minor version 0.
# This would install odo 2.0.3, but not odo 2.1.0.
odo: "2.0"

# This exact version will install version 0.11.0 of Tekton, no other version.
tkn: "0.11.0"

# Process variables and inputs
# Remote/override repo is required if one has been specified (input)
Expand Down

0 comments on commit 40f4edc

Please sign in to comment.