Fixed the typo of the mariadb

feature/remove-db-abstract
Ruslan Baidan 2024-10-06 19:15:00 +02:00
parent 37c741dfda
commit f9f73fc7ce
No known key found for this signature in database
GPG Key ID: 4B7724C136BF1D89
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
mysql password: $MYSQL_PASSWORD # Required if "mysql user" exists. The password for the "mysql user" mysql password: $MYSQL_PASSWORD # Required if "mysql user" exists. The password for the "mysql user"
- name: Start MySQL (SUDO) - name: Start MySQL (SUDO)
run: sudo service maraidb start run: sudo service mariadb start
- name: Setup PHP - name: Setup PHP
uses: shivammathur/setup-php@v2 uses: shivammathur/setup-php@v2