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: |