File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -483,7 +483,7 @@ Create an instance-wide runner::
483483 "description": "My brand new runner",
484484 "paused": True,
485485 "locked": False,
486- "run_untagged": True
486+ "run_untagged": True,
487487 "tag_list": ["linux", "docker", "testing"],
488488 "access_level": "not_protected"
489489 })
@@ -496,7 +496,7 @@ Create a group runner::
496496 "description": "My brand new runner",
497497 "paused": True,
498498 "locked": False,
499- "run_untagged": True
499+ "run_untagged": True,
500500 "tag_list": ["linux", "docker", "testing"],
501501 "access_level": "not_protected"
502502 })
@@ -509,7 +509,7 @@ Create a project runner::
509509 "description": "My brand new runner",
510510 "paused": True,
511511 "locked": False,
512- "run_untagged": True
512+ "run_untagged": True,
513513 "tag_list": ["linux", "docker", "testing"],
514514 "access_level": "not_protected"
515515 })
You can’t perform that action at this time.
0 commit comments