Skip to content

Commit 0ee1d31

Browse files
author
Danny McCormick
authored
Add checkout
1 parent 945aa11 commit 0ee1d31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ See [action.yml](action.yml)
1212
Basic:
1313
```yaml
1414
actions:
15+
- uses: actions/checkout@latest
1516
- uses: actions/setup-dotnet@latest
1617
with:
1718
version: 2.2.103 // Version to use.
@@ -27,6 +28,7 @@ jobs:
2728
dotnet: [ 2.2.103, 3.5.2, 4.5.1 ]
2829
name: Dotnet ${{ matrix.dotnet }} sample
2930
actions:
31+
- uses: actions/checkout@latest
3032
- name: Setup dotnet
3133
uses: actions/setup-dotnet@latest
3234
with:

0 commit comments

Comments
 (0)