fix: move options to the correct build step options

This commit is contained in:
Ze Bateira
2021-04-14 15:47:44 +01:00
parent ecf5189dc8
commit 78fd575224
@@ -1,9 +1,4 @@
name: Compress Images
with:
jpegQuality: '100'
jpegProgressive: true
pngQuality: '100'
webpQuality: '100'
on:
pull_request:
paths:
@@ -24,4 +19,8 @@ jobs:
- name: Compress Images
uses: calibreapp/image-actions@main
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
githubToken: ${{ secrets.GITHUB_TOKEN }}
jpegQuality: '100'
jpegProgressive: true
pngQuality: '100'
webpQuality: '100'