diff --git a/CHANGES.rst b/CHANGES.rst index da8e4a4e1..dd23155d9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,8 @@ Added Fixed ----- +- Revert running ``commit-range`` from the repository itself. This broke the GitHub + action. 1.7.1_ - 2023-03-26 diff --git a/action.yml b/action.yml index d12d445cf..cbdc153a8 100644 --- a/action.yml +++ b/action.yml @@ -37,7 +37,7 @@ runs: steps: - name: Commit Range id: commit-range - uses: ./.github/actions/commit-range + uses: akaihola/darker/.github/actions/commit-range@1.7.1 - name: Run Darker run: | # Exists since using github.action_path + path to main script doesn't