Skip to content

Commit 43368e8

Browse files
committed
correct yaml syntax
1 parent 7f9a513 commit 43368e8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/normalize_repos.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- name: Set up Python 3.10
13+
- name: Setup Python 3.10
1414
uses: actions/setup-python@v4
1515
with:
16-
python-version: 3.10
16+
python-version: '3.10'
1717
- name: Install system dependencies
1818
run: |
1919
python -m pip install --upgrade pip

.github/workflows/push_data_to_ccos.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Set up Python 3.10
12+
- name: Setup Python 3.10
1313
uses: actions/setup-python@v4
1414
with:
15-
python-version: 3.10
15+
python-version: '3.10'
1616
- name: Install system dependencies
1717
run: |
1818
python -m pip install --upgrade pip

.github/workflows/sync_community_teams.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Set up Python 3.10
12+
- name: Setup Python 3.10
1313
uses: actions/setup-python@v4
1414
with:
15-
python-version: 3.10
15+
python-version: '3.10'
1616
- name: Install system dependencies
1717
run: |
1818
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)