From c30438216b1a2629c9b98175b9af0993d71d0d17 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 16 Mar 2022 11:10:47 +0100 Subject: [PATCH] https://github-wiki-see.page/m/koalaman/shellcheck/wiki/SC2038 --- .github/workflows/weekly_bashbeautify.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/weekly_bashbeautify.yaml b/.github/workflows/weekly_bashbeautify.yaml index dcf5d655b..f11bf8a62 100644 --- a/.github/workflows/weekly_bashbeautify.yaml +++ b/.github/workflows/weekly_bashbeautify.yaml @@ -22,7 +22,7 @@ jobs: beautysh - name: "Run beautify" run: | - find . -name '*.sh' | xargs beautysh --indent-size 4 + find . -name '*.sh' -print0 | xargs -0 beautysh --indent-size 4 - name: Create New Pull Request If Needed uses: peter-evans/create-pull-request@v3 with: