mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 20:34:04 +02:00
Auto commit
This commit is contained in:
9
.github/workflows/weekly_sortjson.yaml
vendored
9
.github/workflows/weekly_sortjson.yaml
vendored
@@ -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"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user