Add comment marker input

This commit is contained in:
alstr 2020-03-20 13:54:48 +00:00
parent 84969920ef
commit e16c694219

View File

@ -15,7 +15,7 @@ def main():
repo = os.getenv('INPUT_REPO') repo = os.getenv('INPUT_REPO')
before = os.getenv('INPUT_BEFORE') before = os.getenv('INPUT_BEFORE')
sha = os.getenv('INPUT_SHA') sha = os.getenv('INPUT_SHA')
comment_marker = os.getenv('COMMENT_MARKER') comment_marker = os.getenv('INPUT_COMMENT_MARKER')
label = os.getenv('INPUT_LABEL') label = os.getenv('INPUT_LABEL')
params = { params = {
'access_token': os.getenv('INPUT_TOKEN') 'access_token': os.getenv('INPUT_TOKEN')