We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c90762d commit f93d35fCopy full SHA for f93d35f
.github/workflows/notebook-report-cd.yml
@@ -34,7 +34,7 @@ jobs:
34
- uses: actions/checkout@v4
35
36
- name: Install CLI tools from OpenShift Mirror
37
- uses: redhat-actions/openshift-tools-installers@v1
+ uses: redhat-actions/openshift-tools-installer@v1
38
with:
39
oc: "4"
40
@@ -80,7 +80,7 @@ jobs:
80
echo "TAG_NAME=${{ github.event.inputs.environment }}" >> $GITHUB_ENV
81
82
83
84
85
86
0 commit comments