mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Update onpush_chmod.yaml
This commit is contained in:
14
.github/workflows/onpush_chmod.yaml
vendored
14
.github/workflows/onpush_chmod.yaml
vendored
@@ -21,9 +21,11 @@ jobs:
|
||||
find . -name *.sh -print0 | xargs -0 chmod +x && \
|
||||
grep -rl '#!/' . | xargs chmod +x
|
||||
shell: bash
|
||||
- name: Commit if needed
|
||||
if: steps.sort.outputs.changed != ''
|
||||
uses: EndBug/add-and-commit@v9
|
||||
with:
|
||||
message: "Github bot : script executable"
|
||||
default_author: github_actions
|
||||
- name: Create New Pull Request If Needed
|
||||
if: steps.calibre.outputs.markdown != ''
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
title: "Github bot : script chmod"
|
||||
branch-suffix: timestamp
|
||||
commit-message: "Github bot : script chmod"
|
||||
body: ${{ steps.calibre.outputs.markdown }}
|
||||
|
||||
Reference in New Issue
Block a user