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"
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