From 32e6d7caeed4b5785c624ea5e05b6f092ae2afa9 Mon Sep 17 00:00:00 2001 From: github-actions-bot Date: Mon, 9 Sep 2019 10:15:42 +0800 Subject: [PATCH] update --- entrypoint.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 3422e4f..9676bb4 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -16,6 +16,10 @@ else command="$command --dist $DIST" fi +if [ "$RSA" ]; then + echo "$RSA" > ~/.ssh/id_rsa.pub +fi + if [ "$BRANCH" ]; then command="$command --branch $BRANCH" fi