mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-28 02:06:04 +02:00
Update weekly_bashbeautify.yaml
This commit is contained in:
19
.github/workflows/weekly_bashbeautify.yaml
vendored
19
.github/workflows/weekly_bashbeautify.yaml
vendored
@@ -1,10 +1,9 @@
|
|||||||
name: CI
|
name: Weekly bash beautify
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
schedule:
|
||||||
push:
|
- cron: "0 0 * * 0"
|
||||||
branches:
|
workflow_dispatch:
|
||||||
- master
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
beautify:
|
beautify:
|
||||||
@@ -22,9 +21,9 @@ jobs:
|
|||||||
# Pass beautysh options in args, for example:
|
# Pass beautysh options in args, for example:
|
||||||
args: '*.sh --indent-size 4'
|
args: '*.sh --indent-size 4'
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Create New Pull Request If Needed
|
||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
uses: peter-evans/create-pull-request@v3
|
||||||
with:
|
with:
|
||||||
commit_message: '[auto] ci: apply beautysh changes'
|
title: [auto] ci: apply beautysh changes
|
||||||
env:
|
branch-suffix: timestamp
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
commit-message: Beautify bash
|
||||||
|
|||||||
Reference in New Issue
Block a user