From e4eebd9f488d633686112a35553a03499c574c2a Mon Sep 17 00:00:00 2001 From: ldevillez Date: Sat, 11 May 2024 20:01:52 +0200 Subject: [PATCH] FIX: typo --- .github/workflows/pylint.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index cc3f57d..4f1024d 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -20,7 +20,7 @@ jobs: uses: tj-actions/changed-files@v44 with: files: "**/*.py" - fetch-depth: 0 + fetch_depth: 0 - name: Install python if: steps.changed-files.output.any_changed == 'true' diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0509731..4406d0d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: uses: tj-actions/changed-files@v44 with: files: "**/*.py" - fetch-depth: 0 + fetch_depth: 0 - name: Set up Python all python version if: steps.changed-files.output.any_changed == 'true'