From af553c06273724d6600603461c381a49fd768166 Mon Sep 17 00:00:00 2001 From: Bryce Willey Date: Tue, 12 Dec 2023 12:33:32 -0500 Subject: [PATCH] Testing --- .github/workflows/black-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/black-action.yml b/.github/workflows/black-action.yml index fd1afd1e..d4c2038d 100644 --- a/.github/workflows/black-action.yml +++ b/.github/workflows/black-action.yml @@ -14,7 +14,7 @@ jobs: name: formatting runs-on: ubuntu-latest steps: - - uses: SuffolkLITLab/ALActions/black-formatting@new_black + - uses: SuffolkLITLab/ALActions/black-formatting@old_black with: MAKE_PR: "true" GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}