diff --git a/.github/workflows/install-repo.yml b/.github/actions/install-repo.yml similarity index 100% rename from .github/workflows/install-repo.yml rename to .github/actions/install-repo.yml diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 0d288c88..4829e651 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -38,7 +38,7 @@ jobs: # Build Kokkos - name: build kokkos - uses: OWNER/hello-world-composite-action@SHA + uses: ./.github/actions/install-repo with: repo-name: 'kokkos' repo-path: 'kokkos/kokkos'