We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4ac7d9 commit 8fe9243Copy full SHA for 8fe9243
action.yml
@@ -21,7 +21,7 @@ runs:
21
run: |
22
BRANCH="${{ inputs.default-branch }}"
23
24
- pip install django-migration-fixer==1.0.0
+ pip install django-migration-fixer
25
26
EXTRA_ARGS="--fix"
27
0 commit comments