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