Skip to content

Commit

Permalink
Merge pull request #486 from akaihola/fix/action
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola authored May 1, 2023
2 parents ecad36c + b084870 commit 2a55e6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a55e6f

Please sign in to comment.