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 6f9f0ec commit 491a020Copy full SHA for 491a020
action.yml
@@ -27,7 +27,7 @@ runs:
27
EXTRA_ARGS+=" -f"
28
fi
29
30
- python ${{ inputs.managepy-path }} $EXTRA_ARGS -b "${BRANCH/refs\/heads\//}"
+ python ${{ inputs.managepy-path }} makemigrations $EXTRA_ARGS -b "${BRANCH/refs\/heads\//}"
31
shell: bash
32
branding:
33
icon: check
0 commit comments