We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00bbdc4 commit 9417988Copy full SHA for 9417988
.github/actions/combine-repos-action/action.yaml
@@ -18,7 +18,7 @@ runs:
18
- name: Set up Python
19
uses: actions/setup-python@v5
20
with:
21
- python-version: 3.x
+ python-version: '3.x'
22
23
- name: Install PyYAML dependency
24
run: pip install pyyaml
0 commit comments