From 9c1db2b6facac5c513a3b550b2c1e07dbeb734fb Mon Sep 17 00:00:00 2001 From: Sandor Semsey Date: Tue, 18 Nov 2025 15:35:44 +0100 Subject: [PATCH] CI/beautysh: remove --variable-style braces from default --- .github/workflows/beautysh.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beautysh.yml b/.github/workflows/beautysh.yml index f77f7f0..2474191 100644 --- a/.github/workflows/beautysh.yml +++ b/.github/workflows/beautysh.yml @@ -11,7 +11,7 @@ on: description: Options to beautysh type: string required: false - default: --force-function-style paronly --variable-style braces + default: --force-function-style paronly jobs: beautysh: name: Run beautysh