From 49fda83ad44d0879c680f914a448f7b15098730a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 12 Jun 2022 08:46:29 +0200 Subject: [PATCH] Update weekly_bashbeautify.yaml --- .github/workflows/weekly_bashbeautify.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/weekly_bashbeautify.yaml b/.github/workflows/weekly_bashbeautify.yaml index aefedc7c8..bb16855de 100644 --- a/.github/workflows/weekly_bashbeautify.yaml +++ b/.github/workflows/weekly_bashbeautify.yaml @@ -23,9 +23,8 @@ jobs: - name: "Run beautify" run: | find . -name '*.sh' -print0 | xargs -0 beautysh --indent-size 4 - - name: Create New Pull Request If Needed - uses: peter-evans/create-pull-request@v4 + - name: Commit if needed + uses: EndBug/add-and-commit@v9 with: - title: "Github bot : script beautyshied" - branch-suffix: timestamp - commit-message: "Github bot : script beautyshied" + message: "Github bot : script beautyshied" + default_author: github_actions