From 1fa19cb9faf30739925464282ce0bc92b65b86d7 Mon Sep 17 00:00:00 2001 From: tshion Date: Sat, 4 May 2024 14:25:57 +0900 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E7=A4=BA=E7=A2=BA=E8=AA=8D=E3=81=AE?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/run-action.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/workflows/run-action.yml b/.github/workflows/run-action.yml index 21355b8..42b356e 100644 --- a/.github/workflows/run-action.yml +++ b/.github/workflows/run-action.yml @@ -66,3 +66,21 @@ jobs: global: TRUE user: LATEST-COMMIT - run: bash .github/workflows/display.bash + + case4: + strategy: + matrix: + os: + - macos-latest + - ubuntu-latest + - windows-latest + runs-on: ${{ matrix.os }} + steps: + # https://github.com/actions/checkout + - uses: actions/checkout@v4 + - uses: ./ + with: + user: specific + email: hoge@example.com + name: hoge + - run: bash .github/workflows/display.bash