From 491ab79d7af3091da22a7853351708c19a0bf539 Mon Sep 17 00:00:00 2001 From: Max Bachmann Date: Thu, 28 Dec 2023 21:42:33 +0100 Subject: [PATCH] update repository url for intel-sde --- .github/workflows/branchbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branchbuild.yml b/.github/workflows/branchbuild.yml index 6239dc8d..710356aa 100644 --- a/.github/workflows/branchbuild.yml +++ b/.github/workflows/branchbuild.yml @@ -143,7 +143,7 @@ jobs: - uses: "actions/checkout@v3" with: - repository: maxbachmann/intel-sde + repository: rapidfuzz/intel-sde path: sde - uses: "actions/setup-python@v4"