From 15ba44cb0a5d206f5311e19b746a326ff52771e5 Mon Sep 17 00:00:00 2001 From: Bryce Willey Date: Tue, 12 Dec 2023 11:06:14 -0500 Subject: [PATCH] Switch to psf/black --- .github/workflows/black-action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/black-action.yml b/.github/workflows/black-action.yml index 52e2ad2d..0f4a51dc 100644 --- a/.github/workflows/black-action.yml +++ b/.github/workflows/black-action.yml @@ -13,8 +13,8 @@ jobs: name: formatting runs-on: ubuntu-latest steps: - - uses: SuffolkLITLab/ALActions/black-formatting@main + - uses: SuffolkLITLab/ALActions/black-formatting@new_black with: MAKE_PR: "true" GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: SuffolkLITLab/ALActions/docsig@main \ No newline at end of file + - uses: SuffolkLITLab/ALActions/docsig@main