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"