From d0c5c2fcb027ca2f56fc46566b12cf3b6f7e1345 Mon Sep 17 00:00:00 2001 From: Sam Armstrong <88863522+Sam-Armstrong@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:48:08 +0100 Subject: [PATCH] update refs --- .github/workflows/test-nightly-binaries.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-nightly-binaries.yml b/.github/workflows/test-nightly-binaries.yml index 8dbb252e..a6758dfc 100644 --- a/.github/workflows/test-nightly-binaries.yml +++ b/.github/workflows/test-nightly-binaries.yml @@ -31,7 +31,7 @@ jobs: - name: Checkout Demos🛎 uses: actions/checkout@v4 with: - repository: Transpile-AI/demos + repository: ivy-llc/demos path: demos persist-credentials: false submodules: "recursive" @@ -40,7 +40,7 @@ jobs: - name: Checkout Ivy🛎 uses: actions/checkout@v4 with: - repository: Transpile-AI/ivy + repository: ivy-llc/ivy ref: nightly path: ivy persist-credentials: false