From daa538badd16c826cb3c1bc46e8c8ecc8113f0de Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Fri, 20 Mar 2020 01:46:23 -0400 Subject: [PATCH] . --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 42024cc..a585b2a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,12 +8,13 @@ jobs: with: node-version: "13.x" - run: npm install-ci-test + - run: echo ${{ github.ref }} - uses: webfactory/ssh-agent@v0.2.0 with: ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} if: github.ref == 'ref/head/master' - run: | - ssh -A root@204.48.21.111 'ssh git@github.com' + ssh -o StrictHostKeyChecking=no -A root@204.48.21.111 'ssh git@github.com' if: github.ref == 'ref/head/master' # - run: | # mkdir ~/.ssh