From 40a53f99d7b0232bb12e4fae11b6148dcef9f4a0 Mon Sep 17 00:00:00 2001 From: David Young Date: Wed, 28 Sep 2022 13:04:13 +1300 Subject: [PATCH] Improve action Signed-off-by: David Young --- .github/workflows/pr-checklist-completed.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-checklist-completed.yml b/.github/workflows/pr-checklist-completed.yml index 8c4f5af..9a43b44 100644 --- a/.github/workflows/pr-checklist-completed.yml +++ b/.github/workflows/pr-checklist-completed.yml @@ -11,4 +11,5 @@ jobs: steps: - uses: Shopify/task-list-checker@main with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file + github-token: "${{ secrets.GITHUB_TOKEN }}" + readme-url: https://geek-cookbook.funkypenguin.co.nz/community/contribute/#contributing-recipes \ No newline at end of file