From 459914c3da535b46dcfb7b757db64aa57ecaeb28 Mon Sep 17 00:00:00 2001 From: shimataro Date: Sat, 18 Jan 2020 10:45:01 +0900 Subject: [PATCH] * chckout codes --- .github/workflows/verify-on-macos.yml | 4 ++++ .github/workflows/verify-on-ubuntu.yml | 4 ++++ .github/workflows/verify-on-ubuntu1604.yml | 4 ++++ .github/workflows/verify-on-windows.yml | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/.github/workflows/verify-on-macos.yml b/.github/workflows/verify-on-macos.yml index 11c01d3..9fd095f 100644 --- a/.github/workflows/verify-on-macos.yml +++ b/.github/workflows/verify-on-macos.yml @@ -7,6 +7,8 @@ jobs: name: Connect to github.com runs-on: macos-latest steps: + - name: Checkout source codes + uses: actions/checkout@v1 - name: Install SSH key uses: ./. with: @@ -20,6 +22,8 @@ jobs: name: Connect to github.com with name and config runs-on: macos-latest steps: + - name: Checkout source codes + uses: actions/checkout@v1 - name: Install SSH key uses: ./. with: diff --git a/.github/workflows/verify-on-ubuntu.yml b/.github/workflows/verify-on-ubuntu.yml index d0284a8..e35a29d 100644 --- a/.github/workflows/verify-on-ubuntu.yml +++ b/.github/workflows/verify-on-ubuntu.yml @@ -7,6 +7,8 @@ jobs: name: Connect to github.com runs-on: ubuntu-latest steps: + - name: Checkout source codes + uses: actions/checkout@v1 - name: Install SSH key uses: ./. with: @@ -20,6 +22,8 @@ jobs: name: Connect to github.com with name and config runs-on: ubuntu-latest steps: + - name: Checkout source codes + uses: actions/checkout@v1 - name: Install SSH key uses: ./. with: diff --git a/.github/workflows/verify-on-ubuntu1604.yml b/.github/workflows/verify-on-ubuntu1604.yml index 7c10e3f..8c8a87b 100644 --- a/.github/workflows/verify-on-ubuntu1604.yml +++ b/.github/workflows/verify-on-ubuntu1604.yml @@ -7,6 +7,8 @@ jobs: name: Connect to github.com runs-on: ubuntu-16.04 steps: + - name: Checkout source codes + uses: actions/checkout@v1 - name: Install SSH key uses: ./. with: @@ -20,6 +22,8 @@ jobs: name: Connect to github.com with name and config runs-on: ubuntu-16.04 steps: + - name: Checkout source codes + uses: actions/checkout@v1 - name: Install SSH key uses: ./. with: diff --git a/.github/workflows/verify-on-windows.yml b/.github/workflows/verify-on-windows.yml index c6d7f16..7e40adb 100644 --- a/.github/workflows/verify-on-windows.yml +++ b/.github/workflows/verify-on-windows.yml @@ -7,6 +7,8 @@ jobs: name: Connect to github.com runs-on: windows-latest steps: + - name: Checkout source codes + uses: actions/checkout@v1 - name: Install SSH key uses: ./. with: @@ -20,6 +22,8 @@ jobs: name: Connect to github.com with name and config runs-on: windows-latest steps: + - name: Checkout source codes + uses: actions/checkout@v1 - name: Install SSH key uses: ./. with: