Skip to content

Commit 4bc0a8d

Browse files
actions to steps
1 parent fa5b2a7 commit 4bc0a8d

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-dotnet@master
1717
with:
@@ -27,7 +27,7 @@ jobs:
2727
matrix:
2828
dotnet: [ 2.2.103, 3.5.2, 4.5.1 ]
2929
name: Dotnet ${{ matrix.dotnet }} sample
30-
actions:
30+
steps:
3131
- uses: actions/checkout@master
3232
- name: Setup dotnet
3333
uses: actions/setup-dotnet@master

0 commit comments

Comments
 (0)