actions to steps

This commit is contained in:
Bryan MacFarlane 2019-07-25 21:27:45 -04:00 committed by GitHub
parent fa5b2a78ea
commit 4bc0a8d3fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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