Update weekly_sortjson.yaml

This commit is contained in:
Alexandre
2024-01-07 11:31:17 +01:00
committed by GitHub
parent 00197507b0
commit cbd559c459

View File

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