From d8897a7ff3599cc74cae69027aa288b26cec3321 Mon Sep 17 00:00:00 2001 From: shimataro Date: Sun, 22 Dec 2019 18:08:57 +0900 Subject: [PATCH] * test feature/config --- .github/workflows/verify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index dff4a06..ad3c9e3 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false steps: - name: Install SSH key - uses: shimataro/ssh-key-action@development + uses: shimataro/ssh-key-action@feature/config with: private-key: ${{ secrets.SSH_KEY }} public-key: ${{ secrets.SSH_KEY_PUBLIC }} @@ -36,7 +36,7 @@ jobs: fail-fast: false steps: - name: Install SSH key - uses: shimataro/ssh-key-action@development + uses: shimataro/ssh-key-action@feature/config with: private-key: ${{ secrets.SSH_KEY }} public-key: ${{ secrets.SSH_KEY_PUBLIC }}