Skip to content

Commit

Permalink
Fix env var names
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Feb 19, 2024
1 parent 73d2bc5 commit a75d33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
- name: Set up MySQL
run: |
sudo /etc/init.d/mysql start
mysql -e 'CREATE DATABASE ${{ env.DB_DATABASE }};' -u${{ env.DB_USER }} -p${{ env.DB_PASSWORD }}
mysql -e 'CREATE DATABASE ${{ env.CRAFT_DB_DATABASE }};' -u${{ env.CRAFT_DB_USER }} -p${{ env.CRAFT_DB_PASSWORD }}
- run: ${{ matrix.actions.run }}

0 comments on commit a75d33b

Please sign in to comment.