Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions docs/public/editor/autocomplete-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1944,9 +1944,21 @@
"leaf": true
},
"runs-on": {
"type": "string",
"type": "string|array|object",
"desc": "Runner specification for all safe-outputs jobs (activation, create-issue, add-comment, etc.).",
"leaf": true
"children": {
"group": {
"type": "string",
"desc": "Runner group name for self-hosted runners or GitHub-hosted runner groups",
"leaf": true
},
"labels": {
"type": "array",
"desc": "List of runner labels for self-hosted runners or GitHub-hosted runner selection",
"array": true
}
},
"array": true
},
"steps": {
"type": "array",
Expand Down
Loading
Loading