From 4d3a252defba7150db1612c3ac3f9f17bc647ba3 Mon Sep 17 00:00:00 2001 From: Lee Dohm <1038121+lee-dohm@users.noreply.github.com> Date: Wed, 6 Nov 2019 15:45:16 -0800 Subject: [PATCH] Add checkout Action so the template can be found --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a5dfc7..58307df 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ Don't want to use `.github/ISSUE_TEMPLATE.md`? You can pass an input pointing th ```yaml steps: + - uses: actions/checkout@master - uses: JasonEtco/create-an-issue@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}