Skip to content

Commit 68f6734

Browse files
actions to steps
1 parent 4564d73 commit 68f6734

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-python@master
1717
with:
@@ -28,7 +28,7 @@ jobs:
2828
matrix:
2929
python: [ 2.x, 3.x, pypy3 ]
3030
name: Python ${{ matrix.python }} sample
31-
actions:
31+
steps:
3232
- uses: actions/checkout@master
3333
- name: Setup python
3434
uses: actions/setup-python@master

0 commit comments

Comments
 (0)