From 160f9955e011bded9619e2eaa894083c459c401b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 19 Jun 2022 07:44:46 +0200 Subject: [PATCH] Update onpush_superlinter.yml --- .github/workflows/onpush_superlinter.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/onpush_superlinter.yml b/.github/workflows/onpush_superlinter.yml index ec56d02d1..850065077 100644 --- a/.github/workflows/onpush_superlinter.yml +++ b/.github/workflows/onpush_superlinter.yml @@ -26,12 +26,12 @@ jobs: ( cd "$(dirname $f)" && git update-index --chmod=+x "$(basename $f)" ) done shell: bash - - name: Create New Pull Request If Needed - uses: peter-evans/create-pull-request@v4 + - name: Commit if needed + if: steps.sort.outputs.changed != '' + uses: EndBug/add-and-commit@v9 with: - title: "Github bot : script chmod" - branch-suffix: timestamp - commit-message: "Github bot : script chmod" + message: "Github bot : script executable" + default_author: github_actions run-lint: runs-on: ubuntu-latest