From 27ee16b0610e8973379d2e05c399a4fdb03fc69b Mon Sep 17 00:00:00 2001 From: Antti Kaihola <13725+akaihola@users.noreply.github.com> Date: Tue, 30 Jul 2024 00:00:54 +0300 Subject: [PATCH] Run commit-range from current repo --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 47b4d81a6..4f733bf07 100644 --- a/action.yml +++ b/action.yml @@ -47,7 +47,7 @@ runs: steps: - name: Commit Range id: commit-range - uses: akaihola/darker/.github/actions/commit-range@1.7.1 + uses: ./.github/actions/commit-range - name: Install dependencies run: | pip install pip-requirements-parser