0
1
Fork 0

actions to steps

This commit is contained in:
Bryan MacFarlane 2019-07-25 21:28:46 -04:00 committed by GitHub
parent a7fe89aa82
commit fb0fde1081
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ See [action.yml](action.yml)
Basic:
```yaml
actions:
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@master
with:
@ -27,7 +27,7 @@ jobs:
matrix:
go: [ 1.8, 1.9.3, 1.10 ]
name: Go ${{ matrix.go }} sample
actions:
steps:
- uses: actions/checkout@master
- name: Setup go
uses: actions/setup-go@master