From 36135c75f3e520bdfd8855fa1f748da46715ba02 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Tue, 23 Jul 2019 15:16:56 -0400 Subject: [PATCH] Add checkout --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 49bf3edf..de8bff8f 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-node@latest with: version: 10.x @@ -28,6 +29,7 @@ jobs: node: [ 10, 8 ] name: Node ${{ matrix.node }} sample actions: + - uses: actions/checkout@latest - name: Setup node uses: actions/setup-node@latest with: