Skip to content

Commit ff61326

Browse files
committed
Remove extra spaces
1 parent 0c20e60 commit ff61326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-icon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Download latest svg and update style
2121
run: |
2222
poetry run python -c \
23-
" from tools import material_icons; material_icons.update_icons() "
23+
"from tools import material_icons; material_icons.update_icons()"
2424
poetry run python -m tools.build_styles
2525
- uses: peter-evans/create-pull-request@v4
2626
with:

0 commit comments

Comments
 (0)