From abdae0ea3c32f6c809c2de1ff9c37f7f99c8899f Mon Sep 17 00:00:00 2001 From: Teodor Calin Date: Tue, 7 Jul 2026 23:21:22 +0300 Subject: [PATCH] =?UTF-8?q?ci:=20checkout=20pilot-protocol/pilotprotocol?= =?UTF-8?q?=20directly=20=E2=80=94=20stop=20relying=20on=20the=20TeoSlayer?= =?UTF-8?q?=20redirect?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The org rename left this as the only sibling ci.yml still checking out the old owner. It works today via GitHub's rename redirect, but breaks permanently the day the old name is reused. Co-Authored-By: Claude Fable 5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7f6570..e614ba6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout web4 uses: actions/checkout@v7 with: - repository: TeoSlayer/pilotprotocol + repository: pilot-protocol/pilotprotocol path: web4 - uses: actions/setup-go@v6