From c0db3e4d3bcf84e1d6575900fcabb3926a1f593a Mon Sep 17 00:00:00 2001 From: Oskar Manhart <52569953+oskardotglobal@users.noreply.github.com> Date: Wed, 4 Sep 2024 21:29:49 +0200 Subject: [PATCH] Update lictool.yaml --- .github/workflows/lictool.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lictool.yaml b/.github/workflows/lictool.yaml index 844d898..6f09545 100644 --- a/.github/workflows/lictool.yaml +++ b/.github/workflows/lictool.yaml @@ -14,7 +14,8 @@ jobs: python-version: 3.x - uses: pre-commit/action@v3.0.1 - extra_args: license-tools + with: + extra_args: license-tools - uses: pre-commit-ci/lite-action@v1.0.2 if: always()