mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-08 08:35:57 +02:00
Update weekly_reduceimagesize.yml
This commit is contained in:
11
.github/workflows/weekly_reduceimagesize.yml
vendored
11
.github/workflows/weekly_reduceimagesize.yml
vendored
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user