From cbd559c459f8a3d9733c02f9463bb7c834d57fde Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 7 Jan 2024 11:31:17 +0100 Subject: [PATCH] Update weekly_sortjson.yaml --- .github/workflows/weekly_sortjson.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/weekly_sortjson.yaml b/.github/workflows/weekly_sortjson.yaml index 4989c4c8b..f64a8456c 100644 --- a/.github/workflows/weekly_sortjson.yaml +++ b/.github/workflows/weekly_sortjson.yaml @@ -22,9 +22,10 @@ jobs: echo "changed=1" >> "$GITHUB_OUTPUT" done shell: bash - - name: Commit if needed + - name: Create New Pull Request If Needed if: steps.sort.outputs.changed != '' - uses: EndBug/add-and-commit@v9 + uses: peter-evans/create-pull-request@v5 with: - message: "Github bot : json sorted" - default_author: github_actions + title: "Github bot : json sorted" + branch-suffix: timestamp + commit-message: "Github bot : json sorted"