Skip to content

Commit 21ce469

Browse files
authored
Merge pull request #3 from project-codeflare/fix-actions
fix: missing checkout
2 parents 0420b40 + 603d1e9 commit 21ce469

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)