This commit is contained in:
Danny McCormick 2019-08-01 09:23:13 -04:00
commit 2fae59906e
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ jobs:
strategy: strategy:
matrix: matrix:
operating-system: [ubuntu-latest, windows-latest] operating-system: [ubuntu-latest, windows-latest]
actions: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@master uses: actions/checkout@master

View File

@ -11,7 +11,7 @@ See [action.yml](action.yml)
Basic: Basic:
```yaml ```yaml
actions: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
- uses: actions/setup-dotnet@master - uses: actions/setup-dotnet@master
with: with:
@ -27,7 +27,7 @@ jobs:
matrix: matrix:
dotnet: [ 2.2.103, 3.5.2, 4.5.1 ] dotnet: [ 2.2.103, 3.5.2, 4.5.1 ]
name: Dotnet ${{ matrix.dotnet }} sample name: Dotnet ${{ matrix.dotnet }} sample
actions: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
- name: Setup dotnet - name: Setup dotnet
uses: actions/setup-dotnet@master uses: actions/setup-dotnet@master