From 1d41bc7b5e21f6091f8759caf52f8f11195d42f1 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Fri, 1 Aug 2025 19:37:25 -0400 Subject: [PATCH] testing shell syntax --- .github/workflows/treefmt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/treefmt.yml b/.github/workflows/treefmt.yml index 122aa4b..4252a01 100644 --- a/.github/workflows/treefmt.yml +++ b/.github/workflows/treefmt.yml @@ -13,4 +13,4 @@ jobs: steps: - uses: actions/checkout@v4 - name: runs treefmt - run: treefmt --ci $( [ "$ACTIONS_RUNNER_DEBUG" = "1" ] && echo -vv ) + run: treefmt --ci $( [ "${ACTIONS_RUNNER_DEBUG:-0}" = "1" ] && echo -vv )