Skip to content

Commit 2265b3d

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

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
@@ -31,7 +31,7 @@ jobs:
3131
run: mysql -hsqlserver -uroot -proot < .github/jobs/data/dj733.sql
3232
- name: Upgrade DOMjudge
3333
run: .github/jobs/baseinstall.sh default upgrade
34-
- name: Setting init Admin Passwod
34+
- name: Setting initial Admin Password
3535
run: echo "pass" > /opt/domjudge/domserver/etc/initial_admin_password.secret
3636
- name: Check for Errors in the Upgrade
3737
run: mysql -hsqlserver -u"root" -p"root" -e "SHOW TABLES FROM domjudge;"

0 commit comments

Comments
 (0)