mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-20 14:29:14 +02:00
Update onpush_superlinter.yml
This commit is contained in:
10
.github/workflows/onpush_superlinter.yml
vendored
10
.github/workflows/onpush_superlinter.yml
vendored
@@ -26,12 +26,12 @@ jobs:
|
|||||||
( cd "$(dirname $f)" && git update-index --chmod=+x "$(basename $f)" )
|
( cd "$(dirname $f)" && git update-index --chmod=+x "$(basename $f)" )
|
||||||
done
|
done
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Create New Pull Request If Needed
|
- name: Commit if needed
|
||||||
uses: peter-evans/create-pull-request@v4
|
if: steps.sort.outputs.changed != ''
|
||||||
|
uses: EndBug/add-and-commit@v9
|
||||||
with:
|
with:
|
||||||
title: "Github bot : script chmod"
|
message: "Github bot : script executable"
|
||||||
branch-suffix: timestamp
|
default_author: github_actions
|
||||||
commit-message: "Github bot : script chmod"
|
|
||||||
|
|
||||||
run-lint:
|
run-lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user