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 3a04d07 commit 43b769eCopy full SHA for 43b769e
action.yml
@@ -22,7 +22,7 @@ runs:
22
steps:
23
- id: migration-fixer
24
run: |
25
- TARGET_BRANCH="${{ inputs.default-branch }}"
+ DEFAULT_BRANCH="${{ inputs.default-branch }}"
26
27
EXTRA_ARGS="--fix"
28
@@ -34,7 +34,7 @@ runs:
34
EXTRA_ARGS+=" -s"
35
fi
36
37
- python ${{ inputs.managepy-path }} makemigrations $EXTRA_ARGS -b "${TARGET_BRANCH/refs\/heads\//}"
+ python ${{ inputs.managepy-path }} makemigrations $EXTRA_ARGS -b "${DEFAULT_BRANCH}"
38
shell: bash
39
branding:
40
icon: check
0 commit comments