From 2f6be2816cd2ff589f69680313b61c8cb9ac5ef5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 22 Apr 2022 11:11:46 +0200 Subject: [PATCH] Update daily_README.yaml --- .github/workflows/daily_README.yaml | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/.github/workflows/daily_README.yaml b/.github/workflows/daily_README.yaml index 3190698b1..16747ed7d 100644 --- a/.github/workflows/daily_README.yaml +++ b/.github/workflows/daily_README.yaml @@ -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