From dada1835f90de22cb1cffd13516210ac6c845427 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Wed, 20 May 2026 11:51:20 -0500 Subject: [PATCH] configure mirroring to github --- .tangled/workflows/mirror.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tangled/workflows/mirror.yml b/.tangled/workflows/mirror.yml index d178009..3bc0108 100644 --- a/.tangled/workflows/mirror.yml +++ b/.tangled/workflows/mirror.yml @@ -23,7 +23,7 @@ steps: - name: Fix root user command: echo "root:x:0:0:root:/tangled/home:/bin/sh" >> /etc/passwd - - name: Configure SSH + - name: Configure SSH & Git command: | echo $HOME pwd @@ -40,7 +40,7 @@ steps: UserKnownHostsFile /tangled/home/ssh/github_known_hosts EOF chmod 0600 /tangled/home/ssh/config - git config --global core.sshCommand "ssh -F /tangled/home/ssh/config" + git config --global core.sshCommand "ssh -v -F /tangled/home/ssh/config" - name: Push to GitHub command: | -- 2.51.2