Skip to content

Commit

Permalink
take debug var out of quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
murdo-moj committed Mar 7, 2024
1 parent 0aaa7a6 commit aed3a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
env: "test"
ecr_repository: "${{ vars.TEST_ECR_REPOSITORY }}"
ecr_region: "${{ vars.TEST_ECR_REGION }}"
debug: "${{ vars.DEBUG }}"
debug: ${{ vars.DEBUG }}
django_allowed_hosts: "${{ vars.DJANGO_ALLOWED_HOSTS }}"
catalogue_url: "${{ vars.CATALOGUE_URL }}"
secrets:
Expand Down

0 comments on commit aed3a59

Please sign in to comment.