Skip to content

Commit a9743c1

Browse files
Update .github/workflows/database-upgrade.yml
Co-authored-by: Nicky Gerritsen <[email protected]>
1 parent e4da951 commit a9743c1

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
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030
- name: Import Database
3131
run: mysql -hsqlserver -uroot -proot < .github/jobs/data/dj733.sql
32-
- name: Install DOMjudge
32+
- name: Upgrade DOMjudge
3333
run: .github/jobs/baseinstall.sh default upgrade
3434
- name: Setting init Admin Passwod
3535
run: echo "pass" > /opt/domjudge/domserver/etc/initial_admin_password.secret

0 commit comments

Comments
 (0)