Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Sep 3, 2021
1 parent 3a04d07 commit 43b769e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
steps:
- id: migration-fixer
run: |
TARGET_BRANCH="${{ inputs.default-branch }}"
DEFAULT_BRANCH="${{ inputs.default-branch }}"
EXTRA_ARGS="--fix"
Expand All @@ -34,7 +34,7 @@ runs:
EXTRA_ARGS+=" -s"
fi
python ${{ inputs.managepy-path }} makemigrations $EXTRA_ARGS -b "${TARGET_BRANCH/refs\/heads\//}"
python ${{ inputs.managepy-path }} makemigrations $EXTRA_ARGS -b "${DEFAULT_BRANCH}"
shell: bash
branding:
icon: check
Expand Down

0 comments on commit 43b769e

Please sign in to comment.