From 3391b0e3cd985dba95f5325681e23c734312bb41 Mon Sep 17 00:00:00 2001 From: zenfyr Date: Sun, 31 May 2026 22:28:17 +0700 Subject: [PATCH] ci: let's try without unshallow --- .tangled/workflows/sync.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.tangled/workflows/sync.yml b/.tangled/workflows/sync.yml index 524cefd..8b28a48 100644 --- a/.tangled/workflows/sync.yml +++ b/.tangled/workflows/sync.yml @@ -8,12 +8,15 @@ dependencies: nixpkgs: - git +clone: + depth: 5 + environment: GIT_TERMINAL_PROMPT: "0" steps: - name: run tests command: | - git fetch --unshallow origin + git fetch origin git remote add codeberg "https://${CODEBERG_PAT}@codeberg.org/zenfyr/xpost.git" git push codeberg "HEAD:${TANGLED_REF}" -- 2.51.2