File tree 1 file changed +8
-8
lines changed
.github/actions/combine-repos-action
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- name : " Combine Repos Action"
2
- description : " Merge base and overlay .repos files, with overlay entries taking precedence."
1
+ name : Combine Repos Action
2
+ description : Merge base and overlay .repos files, with overlay entries taking precedence.
3
3
inputs :
4
4
base_file :
5
- description : " Path to the base .repos file"
5
+ description : Path to the base .repos file
6
6
required : true
7
7
overlay_file :
8
- description : " Path to the overlay .repos file"
8
+ description : Path to the overlay .repos file
9
9
required : true
10
10
output_file :
11
- description : " Path for the combined output file"
11
+ description : Path for the combined output file
12
12
required : false
13
- default : " combined.repos"
13
+ default : combined.repos
14
14
15
15
runs :
16
- using : " composite"
16
+ using : composite
17
17
steps :
18
18
- name : Set up Python
19
19
uses : actions/setup-python@v5
20
20
with :
21
- python-version : " 3.x"
21
+ python-version : 3.x
22
22
23
23
- name : Install PyYAML dependency
24
24
run : pip install pyyaml
You can’t perform that action at this time.
0 commit comments