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 92b96b3 commit 851bc06Copy full SHA for 851bc06
README.md
@@ -75,7 +75,6 @@ $ python manage.py makemigrations -b master --fix
75
>
76
> * To get this action to work you'll need to install [django-migration-fixer](#installation) and update your `INSTALLED_APPS` setting.
77
78
-
79
## Inputs
80
81
| Input | type | required | default | description |
@@ -84,7 +83,6 @@ $ python manage.py makemigrations -b master --fix
84
83
| default-branch | `string` | `false` | `${{ github.base_ref }}` | The default branch or <br> target branch of a Pull request. |
85
| force-update | `string` | `false` | | Force update the target branch <br> locally when git fetch fails. |
86
87
88
```yaml
89
name: Fix django migrations
90
0 commit comments