Skip to content

Commit 90de398

Browse files
style(pre-commit): autofix
1 parent 81be887 commit 90de398

File tree

1 file changed

+6
-5
lines changed
  • .github/actions/combine-repos-action

1 file changed

+6
-5
lines changed

.github/actions/combine-repos-action/README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,18 @@ jobs:
2525
```
2626
2727
In this example:
28+
2829
- The action reads the `build_depends_humble.repos` file and the `build_depends_nightly.repos` file.
2930
- It merges them with overlay file taking precedence.
3031
- The resulting file is saved as `build_depends.repos` (or a custom filename if specified).
3132

3233
## Inputs
3334

34-
| Input | Description | Required | Default |
35-
| ------------ | ---------------------------------------- | -------- | --------------- |
36-
| `base_file` | Path to the base `.repos` file | Yes | - |
37-
| `overlay_file` | Path to the overlay `.repos` file | Yes | - |
38-
| `output_file` | Path for the combined output file | No | `combined.repos` |
35+
| Input | Description | Required | Default |
36+
| -------------- | --------------------------------- | -------- | ---------------- |
37+
| `base_file` | Path to the base `.repos` file | Yes | - |
38+
| `overlay_file` | Path to the overlay `.repos` file | Yes | - |
39+
| `output_file` | Path for the combined output file | No | `combined.repos` |
3940

4041
## Outputs
4142

0 commit comments

Comments
 (0)