From 706cf65fdf0e733314fe2bd70db0e115de5a47cc Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Tue, 23 Jul 2019 15:15:32 -0400 Subject: [PATCH] Add checkout --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3707f88..0d7e859 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-go@latest with: version: 1.9.3 // The Go version to download (if necessary) and use. @@ -27,6 +28,7 @@ jobs: go: [ 1.8, 1.9.3, 1.10 ] name: Go ${{ matrix.go }} sample actions: + - uses: actions/checkout@latest - name: Setup go uses: actions/setup-go@latest with: