From e16c6942193a9bbe15e458130ae2ba9536725a4c Mon Sep 17 00:00:00 2001 From: alstr Date: Fri, 20 Mar 2020 13:54:48 +0000 Subject: [PATCH] Add comment marker input --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 321c005..258927a 100644 --- a/main.py +++ b/main.py @@ -15,7 +15,7 @@ def main(): repo = os.getenv('INPUT_REPO') before = os.getenv('INPUT_BEFORE') sha = os.getenv('INPUT_SHA') - comment_marker = os.getenv('COMMENT_MARKER') + comment_marker = os.getenv('INPUT_COMMENT_MARKER') label = os.getenv('INPUT_LABEL') params = { 'access_token': os.getenv('INPUT_TOKEN')