From 90de398a0560720f595da4dbce265b00f29ce31d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 06:29:24 +0000 Subject: [PATCH] style(pre-commit): autofix --- .github/actions/combine-repos-action/README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/actions/combine-repos-action/README.md b/.github/actions/combine-repos-action/README.md index be906adc42220..6c66d60d5560a 100644 --- a/.github/actions/combine-repos-action/README.md +++ b/.github/actions/combine-repos-action/README.md @@ -25,17 +25,18 @@ jobs: ``` In this example: + - The action reads the `build_depends_humble.repos` file and the `build_depends_nightly.repos` file. - It merges them with overlay file taking precedence. - The resulting file is saved as `build_depends.repos` (or a custom filename if specified). ## Inputs -| Input | Description | Required | Default | -| ------------ | ---------------------------------------- | -------- | --------------- | -| `base_file` | Path to the base `.repos` file | Yes | - | -| `overlay_file` | Path to the overlay `.repos` file | Yes | - | -| `output_file` | Path for the combined output file | No | `combined.repos` | +| Input | Description | Required | Default | +| -------------- | --------------------------------- | -------- | ---------------- | +| `base_file` | Path to the base `.repos` file | Yes | - | +| `overlay_file` | Path to the overlay `.repos` file | Yes | - | +| `output_file` | Path for the combined output file | No | `combined.repos` | ## Outputs