Skip to content

Commit af329cd

Browse files
committed
fix pre-commit
Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
1 parent 8355edb commit af329cd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/actions/combine-repos-action/action.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
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.
33
inputs:
44
base_file:
5-
description: "Path to the base .repos file"
5+
description: Path to the base .repos file
66
required: true
77
overlay_file:
8-
description: "Path to the overlay .repos file"
8+
description: Path to the overlay .repos file
99
required: true
1010
output_file:
11-
description: "Path for the combined output file"
11+
description: Path for the combined output file
1212
required: false
13-
default: "combined.repos"
13+
default: combined.repos
1414

1515
runs:
16-
using: "composite"
16+
using: composite
1717
steps:
1818
- name: Set up Python
1919
uses: actions/setup-python@v5
2020
with:
21-
python-version: "3.x"
21+
python-version: 3.x
2222

2323
- name: Install PyYAML dependency
2424
run: pip install pyyaml

0 commit comments

Comments
 (0)