Skip to content

Commit b0e8a76

Browse files
committed
comments, re-indents, etc (nothing substantitive)
1 parent 23b6bfa commit b0e8a76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
NOMAD_VAR_PERSISTENT_VOLUME: '/var/www/html'
1515
NO_TEST: true
1616
BASE_DOMAIN: ux-b.archive.org
17-
WORDPRESS_DB_USER: demo-user
18-
WORDPRESS_DB_NAME: demo-db
17+
WORDPRESS_DB_USER: 'demo-user'
18+
WORDPRESS_DB_NAME: 'demo-db'
1919
secrets:
2020
WORDPRESS_DB_PASSWORD: ${{ secrets.PW }}
2121
NOMAD_TOKEN: ${{ secrets.NOMAD_TOKEN }}

0 commit comments

Comments
 (0)