Skip to content

Commit

Permalink
表示確認の追加
Browse files Browse the repository at this point in the history
  • Loading branch information
tshion committed May 4, 2024
1 parent 6922537 commit 1fa19cb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/run-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1fa19cb

Please sign in to comment.