Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Feb 18, 2025
1 parent 81be887 commit 90de398
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/actions/combine-repos-action/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 90de398

Please sign in to comment.