From 60ca633b4e18904085fc9983f3086d85dbcb8c9b Mon Sep 17 00:00:00 2001 From: Sundram Gupta Date: Wed, 10 Jun 2026 12:46:47 +0530 Subject: [PATCH] docs: drop comparison line referencing other vendor actions Removes the README intro line that pointed at postmanlabs/postman-cli-action and kong/setup-inso. Keeping the README focused on what this action does for Bruno users, without leaning on comparisons to other vendors' actions for context. The design choices the line summarised are evident from the Inputs/Outputs and Pairing-with-downstream-actions sections that follow. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 93159e0..c95d3cb 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ Official GitHub Action for running [Bruno](https://www.usebruno.com) CLI command Installs `@usebruno/cli`, runs an arbitrary `bru` command, parses the emitted JUnit XML, and exposes machine-readable counts (`exit-code`, `passed`, `failed`, `total`, `duration-ms`) for downstream steps. UI rendering, artifact upload, PR comments, and soft-fail semantics are delegated to the GitHub Actions ecosystem (`EnricoMi/publish-unit-test-result-action`, `dorny/test-reporter`, `actions/upload-artifact`, `continue-on-error`). See [Pairing with downstream actions](#pairing-with-downstream-actions) for canonical recipes. -Design pattern follows [`postmanlabs/postman-cli-action`](https://github.com/postmanlabs/postman-cli-action) and [`kong/setup-inso`](https://github.com/kong/setup-inso): minimal-input pass-through, no flag mirroring. - ## Quickstart ```yaml