mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-24 23:06:43 +00:00
Add comment marker input
This commit is contained in:
parent
84969920ef
commit
e16c694219
2
main.py
2
main.py
@ -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')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user