Skip to content

Commit

Permalink
Merge pull request #1885 from AndrewLane/patch-1
Browse files Browse the repository at this point in the history
Remove reference to jamescurtin/isort-action
  • Loading branch information
timothycrosley committed May 11, 2022
2 parents b9716d7 + d189ac0 commit 17af51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/github_action.md
Expand Up @@ -52,7 +52,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.8
- uses: jamescurtin/isort-action@master
- uses: isort/isort-action@master
with:
requirementsFiles: "requirements.txt requirements-test.txt"
```
Expand Down

0 comments on commit 17af51c

Please sign in to comment.