Auto commit

This commit is contained in:
Alexandre
2022-04-24 08:21:40 +02:00
committed by GitHub
parent 57e63c4db6
commit b10d98b9a6

View File

@@ -22,10 +22,9 @@ jobs:
echo "::set-output name=changed::1" echo "::set-output name=changed::1"
done done
shell: bash shell: bash
- name: Create New Pull Request If Needed - name: Commit if needed
if: steps.sort.outputs.changed != '' if: steps.sort.outputs.changed != ''
uses: peter-evans/create-pull-request@v3 uses: EndBug/add-and-commit@v9
with: with:
title: "Github bot : json sorted" message: "Github bot : json sorted"
branch-suffix: timestamp default_author: github_actions
commit-message: "Github bot : json sorted"