mirror of
https://github.com/actions/runner.git
synced 2026-01-23 04:51:23 +08:00
Add step command refinements: --here, --id, and help commands
- Add --here position option to insert steps before the current step - Add --id option to specify custom step IDs for expression references - Add --help flag support for all step commands with detailed usage info - Update browser extension UI with ID field and improved position dropdown
This commit is contained in:
@@ -932,6 +932,13 @@ html[data-color-mode="light"] .dap-debug-btn.selected {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.dap-help-text {
|
||||
font-size: 11px;
|
||||
color: var(--fgColor-muted, #8b949e);
|
||||
margin-top: 4px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.dap-modal .form-control {
|
||||
width: 100%;
|
||||
background-color: var(--bgColor-inset, #010409) !important;
|
||||
|
||||
Reference in New Issue
Block a user