diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 057b73c..23fda05 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -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"