From 0ee1d31b448471c64005f6017f829eb8e2fc7cbc Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Tue, 23 Jul 2019 15:16:35 -0400 Subject: [PATCH] Add checkout --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9834664..a03a602 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ See [action.yml](action.yml) Basic: ```yaml actions: +- uses: actions/checkout@latest - uses: actions/setup-dotnet@latest with: version: 2.2.103 // Version to use. @@ -27,6 +28,7 @@ jobs: dotnet: [ 2.2.103, 3.5.2, 4.5.1 ] name: Dotnet ${{ matrix.dotnet }} sample actions: + - uses: actions/checkout@latest - name: Setup dotnet uses: actions/setup-dotnet@latest with: