We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4564d73 commit 68f6734Copy full SHA for 68f6734
1 file changed
README.md
@@ -11,7 +11,7 @@ See [action.yml](action.yml)
11
12
Basic:
13
```yaml
14
-actions:
+steps:
15
- uses: actions/checkout@master
16
- uses: actions/setup-python@master
17
with:
@@ -28,7 +28,7 @@ jobs:
28
matrix:
29
python: [ 2.x, 3.x, pypy3 ]
30
name: Python ${{ matrix.python }} sample
31
- actions:
+ steps:
32
33
- name: Setup python
34
uses: actions/setup-python@master
0 commit comments