Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
actions to steps
  • Loading branch information
Bryan MacFarlane authored and GitHub committed Jul 26, 2019
1 parent a7fe89a commit fb0fde1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -11,7 +11,7 @@ See [action.yml](action.yml)

Basic:
```yaml
actions:
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@master
with:
Expand All @@ -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
Expand Down

0 comments on commit fb0fde1

Please sign in to comment.