Skip to content

Commit 603d1e9

Browse files
committed
fix: missing checkout
1 parent 0420b40 commit 603d1e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/kuberay-upgrade.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
permissions:
1111
contents: read
1212
steps:
13+
- name: Checkout repository
14+
uses: actions/checkout@v4
15+
1316
- name: Clone KubeRay repository
1417
run: |
1518
git clone --depth=1 --branch dev https://github.com/opendatahub-io/kuberay.git

0 commit comments

Comments
 (0)