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 6980b64 commit f4d0cdcCopy full SHA for f4d0cdc
1 file changed
.github/workflows/icon-review.yml
@@ -49,7 +49,7 @@ jobs:
49
run: |
50
files=$(git diff --no-index ../main ../fork --diff-filter=ACMRTUX --name-only | grep '^\.\./fork/icons/.*\.svg$')
51
filesCount=$(echo "$files" | wc -l)
52
- npx svg-icon-review@2.2.0 --noSandbox --bigIcon ${files}
+ npx svg-icon-review@3.0.1 --noSandbox --bigIcon ${files}
53
echo svg_files_count=$filesCount >> $GITHUB_ENV
54
55
- name: ⬆️ Upload PNG
0 commit comments