Skip to content

Commit fb0fde1

Browse files
actions to steps
1 parent a7fe89a commit fb0fde1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ See [action.yml](action.yml)
1111

1212
Basic:
1313
```yaml
14-
actions:
14+
steps:
1515
- uses: actions/checkout@master
1616
- uses: actions/setup-go@master
1717
with:
@@ -27,7 +27,7 @@ jobs:
2727
matrix:
2828
go: [ 1.8, 1.9.3, 1.10 ]
2929
name: Go ${{ matrix.go }} sample
30-
actions:
30+
steps:
3131
- uses: actions/checkout@master
3232
- name: Setup go
3333
uses: actions/setup-go@master

0 commit comments

Comments
 (0)