Skip to content

Commit de4b365

Browse files
committed
fix indent
1 parent fc84257 commit de4b365

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/gen_controls.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,24 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v3
22-
- name: Set up Python 3.10
21+
- uses: actions/checkout@v3
22+
- name: Set up Python 3.10
2323
uses: actions/setup-python@v4
2424
with:
2525
python-version: 3.10
26-
- name: Install dependencies
26+
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
2929
pip install -r scripts/requirements.txt
30-
- name: Generate Controls PDF
30+
- name: Generate Controls PDF
3131
run: |
3232
python scripts/gen_controls.py
33-
- name: Upload Controls PDF 1
33+
- name: Upload Controls PDF 1
3434
uses: actions/upload-artifact@v2
3535
with:
3636
name: 1_buttons-pdf
3737
path: scripts/1_buttons.pdf
38-
- name: Upload Controls PDF 2
38+
- name: Upload Controls PDF 2
3939
uses: actions/upload-artifact@v2
4040
with:
4141
name: 2_buttons-pdf

0 commit comments

Comments
 (0)