Skip to content

Commit

Permalink
.github: django: Fix setup trigger
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Verma <shashank.verma2002@gmail.com>
  • Loading branch information
shank03 committed Oct 4, 2023
1 parent 02dfc16 commit 6117c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup MySQL
- uses: mirromutth/mysql-action@v1.1
uses: mirromutth/mysql-action@v1.1
with:
mysql user: 'dbuser' # Required if "mysql root password" is empty, default is empty. The superuser for the specified database. Can use secrets, too
mysql password: '1234' # Required if "mysql user" exists. The password for the "mysql user"
Expand Down

0 comments on commit 6117c58

Please sign in to comment.