From 78fd575224b67823082b06567ece84f5ce9fc61b Mon Sep 17 00:00:00 2001 From: Ze Bateira Date: Wed, 14 Apr 2021 15:47:44 +0100 Subject: [PATCH] fix: move options to the correct build step options --- .github/workflows/calibreapp-image-actions.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/calibreapp-image-actions.yml b/.github/workflows/calibreapp-image-actions.yml index 92249958..c1c338cd 100644 --- a/.github/workflows/calibreapp-image-actions.yml +++ b/.github/workflows/calibreapp-image-actions.yml @@ -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 }} \ No newline at end of file + githubToken: ${{ secrets.GITHUB_TOKEN }} + jpegQuality: '100' + jpegProgressive: true + pngQuality: '100' + webpQuality: '100' \ No newline at end of file