We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53581a3 commit e4da951Copy full SHA for e4da951
.github/workflows/database-upgrade.yml
@@ -28,7 +28,7 @@ jobs:
28
steps:
29
- uses: actions/checkout@v4
30
- name: Import Database
31
- run: mysql -hsqlserver -u"root" -p"root" < .github/jobs/data/dj733.sql
+ run: mysql -hsqlserver -uroot -proot < .github/jobs/data/dj733.sql
32
- name: Install DOMjudge
33
run: .github/jobs/baseinstall.sh default upgrade
34
- name: Setting init Admin Passwod
0 commit comments