From ce3af2a64206c10c35fa81c373c48eace45a08e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 11 Oct 2020 11:42:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20basic=20example=20in=20REA?= =?UTF-8?q?DME,=20include=20checkout=20step=20(#31)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2de1376..3673b91 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ jobs: if: github.event.pull_request.merged == true runs-on: ubuntu-latest steps: + - uses: actions/checkout@v2 - uses: docker://tiangolo/latest-changes:0.0.1 # You can also use the action directly, but that will take about an extra minute: # - tiangolo/latest-changes:0.0.1