From 1fcc6378debab70b9da88d36fa9e0d7940dcdc41 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 15 Jun 2025 12:58:40 +0200 Subject: [PATCH] Update onpush_builder.yaml --- .github/workflows/onpush_builder.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/onpush_builder.yaml b/.github/workflows/onpush_builder.yaml index e0ede33aa..dea408b3c 100644 --- a/.github/workflows/onpush_builder.yaml +++ b/.github/workflows/onpush_builder.yaml @@ -64,6 +64,9 @@ jobs: fi fi done + - name: Make all .sh scripts executable + run: | + find . -type f -iname "*.sh" -exec chmod u+x {} \; - name: Commit if needed uses: EndBug/add-and-commit@v9 with: