From fefbd19b38125fab7f8fbd8ea28b00d640c2deae Mon Sep 17 00:00:00 2001 From: EncodedVenom Date: Sat, 19 Oct 2024 19:52:21 -0400 Subject: [PATCH] get around permissions --- .github/workflows/analysis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analysis.yaml b/.github/workflows/analysis.yaml index e116f01..00fc8be 100644 --- a/.github/workflows/analysis.yaml +++ b/.github/workflows/analysis.yaml @@ -17,4 +17,4 @@ jobs: - name: Analyze run: | output=$(luau-analyze src || true) # Suppress errors for now. - ./scripts/gh-warn-luau-analyze.sh "$output" + bash scripts/gh-warn-luau-analyze.sh "$output"