From ad1b1e14bb9987e7123e62fe1f9a3628ed3367ee Mon Sep 17 00:00:00 2001 From: Skyler Grey Date: Wed, 8 Oct 2025 19:24:54 +0000 Subject: [PATCH] ci(s): fix github mirror Change-Id: wsuryrqslnqnywtksvzrmmlvtvwrroqm Due to a botched copy-paste job, we were accidentally trying to push PacketMix instead of sprinkles here. Oops --- .tangled/workflows/github.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tangled/workflows/github.yml b/.tangled/workflows/github.yml index 1be3fcf4..426bc808 100644 --- a/.tangled/workflows/github.yml +++ b/.tangled/workflows/github.yml @@ -56,7 +56,7 @@ steps: command: | cd .. git clone https://git.freshlybakedca.ke/patisserie.git:workspace=projects/sprinkles.git - cd packetmix + cd sprinkles git remote add github git@github.com:FreshlyBakedCake/Sprinkles.git git fetch github git push github origin/release:refs/heads/release -- 2.43.0