Skip to content

Commit f93d35f

Browse files
authored
Update notebook-report-cd.yml
1 parent c90762d commit f93d35f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v4
3535

3636
- name: Install CLI tools from OpenShift Mirror
37-
uses: redhat-actions/openshift-tools-installers@v1
37+
uses: redhat-actions/openshift-tools-installer@v1
3838
with:
3939
oc: "4"
4040

@@ -80,7 +80,7 @@ jobs:
8080
echo "TAG_NAME=${{ github.event.inputs.environment }}" >> $GITHUB_ENV
8181
8282
- name: Install CLI tools from OpenShift Mirror
83-
uses: redhat-actions/openshift-tools-installers@v1
83+
uses: redhat-actions/openshift-tools-installer@v1
8484
with:
8585
oc: "4"
8686

0 commit comments

Comments
 (0)