Skip to content

Commit 9417988

Browse files
committedFeb 18, 2025
python version
Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
1 parent 00bbdc4 commit 9417988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
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)