Skip to content

Commit

Permalink
fix env context
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaney committed Jan 20, 2021
1 parent 78a93c9 commit 158d76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/django-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
coverage run --source=${APP_NAME}/ manage.py test ${APP_NAME}
- name: Report Test Coverage
if: matrix.django-version == COVERAGE_DJANGO_VERSION
if: matrix.django-version == env.COVERAGE_DJANGO_VERSION
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
shell: bash
Expand Down

0 comments on commit 158d76b

Please sign in to comment.