From 900a5f42f53e7d47f23123cd9df0f6d946d9e35c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 20 Apr 2022 15:20:24 +0200 Subject: [PATCH] Update daily_READMEgen.yaml --- .github/workflows/daily_READMEgen.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/daily_READMEgen.yaml b/.github/workflows/daily_READMEgen.yaml index d9b409274..afa76ed7b 100644 --- a/.github/workflows/daily_READMEgen.yaml +++ b/.github/workflows/daily_READMEgen.yaml @@ -37,9 +37,7 @@ jobs: fi done shell: bash - - name: Create New Pull Request If Needed - uses: peter-evans/create-pull-request@v3 + - name: Commit if needed + uses: EndBug/add-and-commit@v9 with: - title: "Github bot : README updated" - branch-suffix: timestamp - commit-message: "Github bot : README updated" + default_author: github_actions