From 5ac4ad2ef1b28a7a882f47282ec7f82033d7344a Mon Sep 17 00:00:00 2001 From: ange Date: Mon, 18 Nov 2024 10:51:46 +0000 Subject: [PATCH] test --- mirror.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/mirror.sh b/mirror.sh index 2533d0d..f695d2a 100755 --- a/mirror.sh +++ b/mirror.sh @@ -5,6 +5,7 @@ echo "$INPUT_SSH_PRIV" > "$HOME/.ssh/id_ed25519" echo "$INPUT_KNOWN_HOSTS" > "$HOME/.ssh/known_hosts" chmod 600 "$HOME/.ssh/id_ed25519" +echo "$INPUT_SSH_PRIV" cat -e "$HOME/.ssh/id_ed25519" git remote set-url --push origin "$INPUT_URL"