Update onpush_superlinter.yml

This commit is contained in:
Alexandre
2022-06-19 07:44:46 +02:00
committed by GitHub
parent cd1b6093a5
commit 160f9955e0

View File

@@ -26,12 +26,12 @@ jobs:
( cd "$(dirname $f)" && git update-index --chmod=+x "$(basename $f)" )
done
shell: bash
- name: Create New Pull Request If Needed
uses: peter-evans/create-pull-request@v4
- name: Commit if needed
if: steps.sort.outputs.changed != ''
uses: EndBug/add-and-commit@v9
with:
title: "Github bot : script chmod"
branch-suffix: timestamp
commit-message: "Github bot : script chmod"
message: "Github bot : script executable"
default_author: github_actions
run-lint:
runs-on: ubuntu-latest