Skip to content

Commit

Permalink
fix: FORMS-1670 install oc for pr undeploy action. (#1546)
Browse files Browse the repository at this point in the history
GitHub has removed "oc" from the "ubuntu-latest" image. Do an explicit install of it.
  • Loading branch information
WalterMoar authored Dec 16, 2024
1 parent e677876 commit e8324f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr_undeploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install OpenShift CLI tools
uses: redhat-actions/openshift-tools-installer@v1
with:
oc: "4.14"
- name: Login to OpenShift Cluster
uses: redhat-actions/oc-login@v1
with:
Expand Down

0 comments on commit e8324f9

Please sign in to comment.