From 4686783772a2b44b13b64995f0e37938067b02a6 Mon Sep 17 00:00:00 2001 From: Michelle M Date: Thu, 15 Oct 2020 19:10:27 +0100 Subject: [PATCH] Add missing 'repo-token' input --- action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index fb91da4..c250042 100644 --- a/action.yml +++ b/action.yml @@ -1,9 +1,11 @@ name: 'Confirm Trello link included on Pull Request' description: 'Confirm Trello link included on Pull Request' inputs: - link-regex: + link-regex: description: 'URL to use reg ex search for' default: '(https:\/\/trello.com[^\)]*)' + repo-token: + description: 'GITHUB_TOKEN secret' outputs: msg: description: 'output of action'