From 841f1e25786c38489aa4cdb2d6ae41fe85d98d47 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 7 Jan 2024 11:33:36 +0100 Subject: [PATCH] Update weekly_bashbeautify.yaml --- .github/workflows/weekly_bashbeautify.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/weekly_bashbeautify.yaml b/.github/workflows/weekly_bashbeautify.yaml index ed25c5b1c..98ff84f9e 100644 --- a/.github/workflows/weekly_bashbeautify.yaml +++ b/.github/workflows/weekly_bashbeautify.yaml @@ -35,8 +35,9 @@ jobs: fi shopt -u globstar nullglob - - name: Commit if needed - uses: EndBug/add-and-commit@v9 + - name: Create New Pull Request If Needed + uses: peter-evans/create-pull-request@v5 with: - message: "Github bot : script beautyshied" - default_author: github_actions + title: "Github bot : script beautyshied" + branch-suffix: timestamp + commit-message: "Github bot : script beautyshied"