We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c20e60 commit ff61326Copy full SHA for ff61326
.github/workflows/update-icon.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Download latest svg and update style
21
run: |
22
poetry run python -c \
23
- " from tools import material_icons; material_icons.update_icons() "
+ "from tools import material_icons; material_icons.update_icons()"
24
poetry run python -m tools.build_styles
25
- uses: peter-evans/create-pull-request@v4
26
with:
0 commit comments