Skip to content

Commit 0c20e60

Browse files
committed
Fix indentation error of python command line option
1 parent 8691606 commit 0c20e60

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/update-icon.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@ jobs:
1919
- run: poetry install --only main
2020
- name: Download latest svg and update style
2121
run: |
22-
poetry run python -c " \
23-
from tools import material_icons; \
24-
material_icons.update_icons() \
25-
"
22+
poetry run python -c \
23+
" from tools import material_icons; material_icons.update_icons() "
2624
poetry run python -m tools.build_styles
2725
- uses: peter-evans/create-pull-request@v4
2826
with:

0 commit comments

Comments
 (0)