mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-13 11:01:28 +02:00
Update weekly_sortjson.yaml
This commit is contained in:
9
.github/workflows/weekly_sortjson.yaml
vendored
9
.github/workflows/weekly_sortjson.yaml
vendored
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user