Skip to content

Commit

Permalink
Update .github/workflows/database-upgrade.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Nicky Gerritsen <[email protected]>
  • Loading branch information
as6325400 and Nicky Gerritsen authored Oct 22, 2024
1 parent 53581a3 commit e4da951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/database-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Import Database
run: mysql -hsqlserver -u"root" -p"root" < .github/jobs/data/dj733.sql
run: mysql -hsqlserver -uroot -proot < .github/jobs/data/dj733.sql
- name: Install DOMjudge
run: .github/jobs/baseinstall.sh default upgrade
- name: Setting init Admin Passwod
Expand Down

0 comments on commit e4da951

Please sign in to comment.