Skip to content

Commit 6dfa1d8

Browse files
authored
Update notebook-report-cd.yml
1 parent 687827c commit 6dfa1d8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/notebook-report-cd.yml

+5
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v4
3535

36+
- name: Install CLI tools from OpenShift Mirror
37+
uses: redhat-actions/openshift-tools-installers@v1
38+
with:
39+
oc: "4"
40+
3641
- name: Login Openshift
3742
shell: bash
3843
run: |

0 commit comments

Comments
 (0)