From fe5b07d2e0b5181d2850c3aa4eed427a7aa0548a Mon Sep 17 00:00:00 2001 From: shimataro Date: Sun, 21 Mar 2021 14:04:13 +0900 Subject: [PATCH] add Git package --- .../workflows/verify-on-container-alpine.yml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/verify-on-container-alpine.yml b/.github/workflows/verify-on-container-alpine.yml index 92983a4..1dab348 100644 --- a/.github/workflows/verify-on-container-alpine.yml +++ b/.github/workflows/verify-on-container-alpine.yml @@ -1,6 +1,6 @@ # https://help.github.com/en/articles/workflow-syntax-for-github-actions -name: Docker container (Ubuntu) +name: Docker container (Alpine Linux) on: - push @@ -24,7 +24,7 @@ jobs: fail-fast: false steps: - name: Install packages - run: apk add openssh-client + run: apk add openssh-client git - name: Checkout source codes uses: actions/checkout@v2 - name: Install SSH key @@ -54,7 +54,7 @@ jobs: fail-fast: false steps: - name: Install packages - run: apk add openssh-client + run: apk add openssh-client git - name: Checkout source codes uses: actions/checkout@v2 - name: Install SSH key @@ -84,7 +84,7 @@ jobs: fail-fast: false steps: - name: Install packages - run: apk add openssh-client + run: apk add openssh-client git - name: Checkout source codes uses: actions/checkout@v2 - name: Install SSH key @@ -115,7 +115,7 @@ jobs: - alpine:3.13 steps: - name: Install packages - run: apk add openssh-client + run: apk add openssh-client git - name: Checkout source codes uses: actions/checkout@v2 - name: Install SSH key (dummy) @@ -151,7 +151,7 @@ jobs: - alpine:3.13 steps: - name: Install packages - run: apk add openssh-client + run: apk add openssh-client git - name: Checkout source codes uses: actions/checkout@v2 - name: Install SSH key (replace) @@ -183,7 +183,7 @@ jobs: - alpine:3.13 steps: - name: Install packages - run: apk add openssh-client + run: apk add openssh-client git - name: Checkout source codes uses: actions/checkout@v2 - name: Install SSH key (dummy) @@ -219,7 +219,7 @@ jobs: - alpine:3.13 steps: - name: Install packages - run: apk add openssh-client + run: apk add openssh-client git - name: Checkout source codes uses: actions/checkout@v2 - name: Install SSH key (replace) @@ -251,7 +251,7 @@ jobs: - alpine:3.13 steps: - name: Install packages - run: apk add openssh-client + run: apk add openssh-client git - name: Checkout source codes uses: actions/checkout@v2 - name: Install SSH key (dummy) @@ -288,7 +288,7 @@ jobs: - alpine:3.13 steps: - name: Install packages - run: apk add openssh-client + run: apk add openssh-client git - name: Checkout source codes uses: actions/checkout@v2 - name: Install SSH key (replace)