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 476a38d commit 90a7f4bCopy full SHA for 90a7f4b
README.md
@@ -75,8 +75,6 @@ $ python manage.py makemigrations -b master --fix
75
> NOTE: :warning:
76
>
77
> * To get this action to work you'll need to install [django-migration-fixer](#installation) and update your `INSTALLED_APPS` setting.
78
->
79
-> See: https://github.com/tj-django/django-clone for an example setup.
80
81
```yaml
82
name: Fix django migrations
@@ -135,6 +133,8 @@ jobs:
135
133
branch: ${{ github.ref }}
136
134
```
137
+See: https://github.com/tj-django/django-clone for a working example.
+
138
## Test Platforms
139
140
* [`ubuntu-*`](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on)
0 commit comments