Skip to content

Commit e4da951

Browse files
Update .github/workflows/database-upgrade.yml
Co-authored-by: Nicky Gerritsen <nickygerritsen@me.com>
1 parent 53581a3 commit e4da951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/database-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v4
3030
- name: Import Database
31-
run: mysql -hsqlserver -u"root" -p"root" < .github/jobs/data/dj733.sql
31+
run: mysql -hsqlserver -uroot -proot < .github/jobs/data/dj733.sql
3232
- name: Install DOMjudge
3333
run: .github/jobs/baseinstall.sh default upgrade
3434
- name: Setting init Admin Passwod

0 commit comments

Comments
 (0)