mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
Update weekly_bashbeautify.yaml
This commit is contained in:
9
.github/workflows/weekly_bashbeautify.yaml
vendored
9
.github/workflows/weekly_bashbeautify.yaml
vendored
@@ -23,9 +23,8 @@ jobs:
|
|||||||
- name: "Run beautify"
|
- name: "Run beautify"
|
||||||
run: |
|
run: |
|
||||||
find . -name '*.sh' -print0 | xargs -0 beautysh --indent-size 4
|
find . -name '*.sh' -print0 | xargs -0 beautysh --indent-size 4
|
||||||
- name: Create New Pull Request If Needed
|
- name: Commit if needed
|
||||||
uses: peter-evans/create-pull-request@v4
|
uses: EndBug/add-and-commit@v9
|
||||||
with:
|
with:
|
||||||
title: "Github bot : script beautyshied"
|
message: "Github bot : script beautyshied"
|
||||||
branch-suffix: timestamp
|
default_author: github_actions
|
||||||
commit-message: "Github bot : script beautyshied"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user