Update weekly_bashbeautify.yaml

This commit is contained in:
Alexandre
2022-03-15 15:16:37 +01:00
committed by GitHub
parent 16c69a5403
commit bde3be04b5

View File

@@ -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