Skip to content

Commit

Permalink
actions to steps
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanmacfarlane authored Jul 26, 2019
1 parent 4564d73 commit 68f6734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ See [action.yml](action.yml)

Basic:
```yaml
actions:
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@master
with:
Expand All @@ -28,7 +28,7 @@ jobs:
matrix:
python: [ 2.x, 3.x, pypy3 ]
name: Python ${{ matrix.python }} sample
actions:
steps:
- uses: actions/checkout@master
- name: Setup python
uses: actions/setup-python@master
Expand Down

0 comments on commit 68f6734

Please sign in to comment.