mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-25 15:22:59 +00:00
Add comment marker input
This commit is contained in:
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')
|
||||||
|
|||||||
Reference in New Issue
Block a user