remote tests

This commit is contained in:
ange 2024-11-18 10:53:06 +00:00
parent 5ac4ad2ef1
commit 8b30557d64
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D

View File

@ -5,8 +5,5 @@ 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"
git push origin "main:$GITHUB_REF_NAME"