From 3fd5c79d3693089c5d54a5f6a265277cdbdead45 Mon Sep 17 00:00:00 2001 From: Norris Ng <103449568+norrisng-bc@users.noreply.github.com> Date: Mon, 6 Jan 2025 14:21:34 -0800 Subject: [PATCH] GHA on-pr-closed: remove oc-login step, install oc oc login handled by shell script instead as of 30f59cfb, but forgot to remove the original GHA step at the time also, install oc --- .github/workflows/on-pr-closed.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-pr-closed.yaml b/.github/workflows/on-pr-closed.yaml index 44bddbc..7f3d99d 100644 --- a/.github/workflows/on-pr-closed.yaml +++ b/.github/workflows/on-pr-closed.yaml @@ -28,8 +28,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: Login to OpenShift Cluster - uses: redhat-actions/oc-login@v1 + - name: Install CLI tools from OpenShift Mirror + uses: redhat-actions/openshift-tools-installer@v1 with: oc: "4" - name: Login to OpenShift and select project