Skip to content

Commit

Permalink
fix(ci): catch missing oc action after gh runner update
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Jan 7, 2025
1 parent 81adba5 commit abebe35
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Install CLI tools from OpenShift Mirror
if: steps.triggers.outputs.triggered == 'true'
uses: redhat-actions/openshift-tools-installer@v1
with:
oc: "4.14.37"

- name: Clean up Helm Releases
run: |
# OC Login
Expand Down

0 comments on commit abebe35

Please sign in to comment.