File tree 1 file changed +6
-5
lines changed
.github/actions/combine-repos-action
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -25,17 +25,18 @@ jobs:
25
25
` ` `
26
26
27
27
In this example:
28
+
28
29
- The action reads the ` build_depends_humble.repos` file and the `build_depends_nightly.repos` file.
29
30
- It merges them with overlay file taking precedence.
30
31
- The resulting file is saved as `build_depends.repos` (or a custom filename if specified).
31
32
32
33
# # Inputs
33
34
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` |
39
40
40
41
# # Outputs
41
42
You can’t perform that action at this time.
0 commit comments