1
0
Fork 0
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:
shimataro 2019-11-23 12:32:01 +09:00 committed by GitHub
parent 75bbea63d1
commit 14197b5b23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -10,11 +10,11 @@ on:
name: Build name: Build
jobs: jobs:
build: build:
name: Build on ${{ matrix.platform }} / Node.js v${{ matrix.nodejs }} name: Build on ${{ matrix.os }} / Node.js v${{ matrix.nodejs }}
runs-on: ${{ matrix.platform }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
platform: os:
- Windows-latest - Windows-latest
- macOS-latest - macOS-latest
- Ubuntu-latest - Ubuntu-latest

View file

@ -4,11 +4,11 @@ on: push
name: Connection test name: Connection test
jobs: jobs:
ssh: ssh:
name: Connect to github.com on ${{ matrix.platform }} name: Connect to github.com on ${{ matrix.os }}
runs-on: ${{ matrix.platform }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
platform: os:
- Windows-latest - Windows-latest
- macOS-latest - macOS-latest
- Ubuntu-latest - Ubuntu-latest