Skip to content

Commit b2183db

Browse files
committed
GHA: remove oc-login step
oc login handled by shell script instead as of 30f59cf, but forgot to remove the original GHA step at the time
1 parent 25ee11d commit b2183db

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/on-pr-closed.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ jobs:
2828
steps:
2929
- name: Checkout
3030
uses: actions/checkout@v4
31-
- name: Login to OpenShift Cluster
32-
uses: redhat-actions/oc-login@v1
33-
with:
34-
oc: "4"
3531
- name: Login to OpenShift and select project
3632
shell: bash
3733
run: |

0 commit comments

Comments
 (0)