Update weekly_reduceimagesize.yml

This commit is contained in:
Alexandre
2024-04-22 13:28:04 +02:00
committed by GitHub
parent 66b4c8cb8a
commit 915bfd19dc

View File

@@ -27,12 +27,11 @@ jobs:
jpegProgressive: false jpegProgressive: false
pngQuality: '60' pngQuality: '60'
webpQuality: '60' webpQuality: '60'
- name: Create New Pull Request If Needed - name: Commit if needed
if: steps.calibre.outputs.markdown != '' if: steps.calibre.outputs.markdown != ''
uses: peter-evans/create-pull-request@v5 uses: EndBug/add-and-commit@v9
with: with:
title: "Github bot : image compressed" message: "Github bot : image compressed"
branch-suffix: timestamp default_author: github_actions
commit-message: "Github bot : image compressed"
body: ${{ steps.calibre.outputs.markdown }} body: ${{ steps.calibre.outputs.markdown }}