test
This commit is contained in:
parent
999d5c5a27
commit
5ac4ad2ef1
@ -5,6 +5,7 @@ echo "$INPUT_SSH_PRIV" > "$HOME/.ssh/id_ed25519"
|
|||||||
echo "$INPUT_KNOWN_HOSTS" > "$HOME/.ssh/known_hosts"
|
echo "$INPUT_KNOWN_HOSTS" > "$HOME/.ssh/known_hosts"
|
||||||
chmod 600 "$HOME/.ssh/id_ed25519"
|
chmod 600 "$HOME/.ssh/id_ed25519"
|
||||||
|
|
||||||
|
echo "$INPUT_SSH_PRIV"
|
||||||
cat -e "$HOME/.ssh/id_ed25519"
|
cat -e "$HOME/.ssh/id_ed25519"
|
||||||
|
|
||||||
git remote set-url --push origin "$INPUT_URL"
|
git remote set-url --push origin "$INPUT_URL"
|
||||||
|
Loading…
Reference in New Issue
Block a user