Skip to content

Commit 491a020

Browse files
authored
Update action.yml
1 parent 6f9f0ec commit 491a020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
EXTRA_ARGS+=" -f"
2828
fi
2929
30-
python ${{ inputs.managepy-path }} $EXTRA_ARGS -b "${BRANCH/refs\/heads\//}"
30+
python ${{ inputs.managepy-path }} makemigrations $EXTRA_ARGS -b "${BRANCH/refs\/heads\//}"
3131
shell: bash
3232
branding:
3333
icon: check

0 commit comments

Comments
 (0)