Update daily_README.yaml

This commit is contained in:
Alexandre
2022-04-22 11:11:46 +02:00
committed by GitHub
parent 463c43ea10
commit 2f6be2816c

View File

@@ -73,19 +73,10 @@ jobs:
mv README2.md README.md
fi
shell: bash
- name: Create New Pull Request If Needed
if: steps.calibre.outputs.markdown != ''
uses: peter-evans/create-pull-request@v4
- name: Commit if needed
uses: EndBug/add-and-commit@v9
with:
title: "Github bot : image compressed"
branch-suffix: timestamp
commit-message: "Github bot : image compressed"
body: ${{ steps.calibre.outputs.markdown }}
#- name: Commit if needed
#uses: EndBug/add-and-commit@v9
#with:
# message: "GitHub bot : README updated"
# default_author: github_actions
message: "GitHub bot : README updated"
default_author: github_actions