Skip to content

Commit

Permalink
Update workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Jul 5, 2024
1 parent 7e77063 commit b1ad1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/icon-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
cd main
svgFiles=$(git diff --no-index ../main ../fork --diff-filter=ACMRTUX --name-only | grep '.svg$')
echo "SVG files changed: ${svgFiles}"
npx svg-icon-review --bigIcon ${svgFiles}
npx svg-icon-review@1.1.0 --bigIcon ${svgFiles}
- name: Install jq ⚙️
run: sudo apt-get install jq
Expand Down

0 comments on commit b1ad1d2

Please sign in to comment.