From b10d98b9a636d72c11eddd4d7a8a7072ef4acd43 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 24 Apr 2022 08:21:40 +0200 Subject: [PATCH] Auto commit --- .github/workflows/weekly_sortjson.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/weekly_sortjson.yaml b/.github/workflows/weekly_sortjson.yaml index c531eb0ce..d0715ebe0 100644 --- a/.github/workflows/weekly_sortjson.yaml +++ b/.github/workflows/weekly_sortjson.yaml @@ -22,10 +22,9 @@ jobs: echo "::set-output name=changed::1" done shell: bash - - name: Create New Pull Request If Needed + - name: Commit if needed if: steps.sort.outputs.changed != '' - uses: peter-evans/create-pull-request@v3 + uses: EndBug/add-and-commit@v9 with: - title: "Github bot : json sorted" - branch-suffix: timestamp - commit-message: "Github bot : json sorted" + message: "Github bot : json sorted" + default_author: github_actions