From d7b3d508eee9318b590cd5bce4f99fd9a9e01d51 Mon Sep 17 00:00:00 2001 From: shimataro Date: Mon, 8 Mar 2021 18:15:26 +0900 Subject: [PATCH] Revert "no_known_hosts is false" This reverts commit 206d310c5c4825281c60454081c0599c645ba64d. --- .github/workflows/verify-on-ubuntu.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/verify-on-ubuntu.yml b/.github/workflows/verify-on-ubuntu.yml index 4762bb3..28aab71 100644 --- a/.github/workflows/verify-on-ubuntu.yml +++ b/.github/workflows/verify-on-ubuntu.yml @@ -278,23 +278,3 @@ jobs: no_known_hosts: true - name: print created files run: ls -l ~/.ssh - without-no_known_hosts: - name: no known_hosts file - runs-on: ${{ matrix.os }} - strategy: - fail-fast: false - matrix: - os: - - ubuntu-16.04 - - ubuntu-18.04 - - ubuntu-20.04 - steps: - - name: Checkout source codes - uses: actions/checkout@v2 - - name: Install SSH key - uses: ./. - with: - key: ${{ secrets.SSH_KEY_PEM }} - continue-on-error: true - - name: print created files - run: ls -l ~/.ssh