mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* matrix.platform -> matrix.os (#32)
This commit is contained in:
parent
75bbea63d1
commit
14197b5b23
2 changed files with 6 additions and 6 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -10,11 +10,11 @@ on:
|
|||
name: Build
|
||||
jobs:
|
||||
build:
|
||||
name: Build on ${{ matrix.platform }} / Node.js v${{ matrix.nodejs }}
|
||||
runs-on: ${{ matrix.platform }}
|
||||
name: Build on ${{ matrix.os }} / Node.js v${{ matrix.nodejs }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
platform:
|
||||
os:
|
||||
- Windows-latest
|
||||
- macOS-latest
|
||||
- Ubuntu-latest
|
||||
|
|
6
.github/workflows/verify.yml
vendored
6
.github/workflows/verify.yml
vendored
|
@ -4,11 +4,11 @@ on: push
|
|||
name: Connection test
|
||||
jobs:
|
||||
ssh:
|
||||
name: Connect to github.com on ${{ matrix.platform }}
|
||||
runs-on: ${{ matrix.platform }}
|
||||
name: Connect to github.com on ${{ matrix.os }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
platform:
|
||||
os:
|
||||
- Windows-latest
|
||||
- macOS-latest
|
||||
- Ubuntu-latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue