From 5084e7ffbda4b9d4a5e0ea64a37f96293338e062 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Tue, 23 Jul 2019 15:15:46 -0400 Subject: [PATCH] Add checkout --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c831843..1222385 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-ruby@latest with: version: 2.x // Version range or exact version of a Ruby version to use, using semvers version range syntax. @@ -27,6 +28,7 @@ jobs: ruby: [ 2.x, 3.x ] name: Ruby ${{ matrix.ruby }} sample actions: + - uses: actions/checkout@latest - name: Setup ruby uses: actions/setup-ruby@latest with: