From 860d99657ca74cbf8014d4c11f7ce4b83f5f569d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 16 Jun 2022 06:57:59 +0200 Subject: [PATCH] Update onpush_chmod.yaml --- .github/workflows/onpush_chmod.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/onpush_chmod.yaml b/.github/workflows/onpush_chmod.yaml index fba52e9a4..b0fe325b2 100644 --- a/.github/workflows/onpush_chmod.yaml +++ b/.github/workflows/onpush_chmod.yaml @@ -18,9 +18,7 @@ jobs: - name: Run script file id: chmod run: | - for f in `find . -name '*.sh' -o -regex './s?bin/[^/]+' -o -regex './usr/sbin/[^/]+' -o -regex './usr/lib/[^/]+' `;do \ - ( cd `dirname $f` && git update-index --chmod=+x `basename $f` ) \ - done + for f in `find . -name '*.sh' -o -regex './s?bin/[^/]+' -o -regex './usr/sbin/[^/]+' -o -regex './usr/lib/[^/]+' `;do ( cd `dirname $f` && git update-index --chmod=+x `basename $f` ); done shell: bash - name: Create New Pull Request If Needed if: steps.calibre.outputs.markdown != ''