Skip to content

Commit

Permalink
Update task.json command input help markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyskoedijk authored Nov 18, 2024
1 parent 2d6e133 commit 9a5f2d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions task/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"label": "Command",
"defaultValue": "generate",
"required": true,
"helpMarkDown": "The merge strategy to use. Learn more [here](https://learn.microsoft.com/en-us/rest/api/azure/devops/git/pull-requests/update?view=azure-devops-rest-5.1&tabs=HTTP#gitpullrequestmergestrategy).",
"helpMarkDown": "The [sbom-tool command](https://github.com/microsoft/sbom-tool?tab=readme-ov-file#run-the-tool) to run",
"options": {
"generate": "Generate",
"validate": "Validate",
"redact": "Redact"
"validate": "Validate (not implemented)",
"redact": "Redact (not implemented)"
}
},
{
Expand Down

0 comments on commit 9a5f2d5

Please sign in to comment.