Skip to content

Commit 8b78bb1

Browse files
committed
Fix a syntax error.
1 parent 7f038d8 commit 8b78bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
DB_PORT: ${{ job.services.database.ports['3306'] }}
129129

130130
- name: Install WordPress
131-
run: wp core ${{ matrix.multisite && 'multisite-install' || 'install' }}' --url=http://localhost/ --title="Upgrade Test" --admin_user=admin --admin_password=password [email protected] --skip-email
131+
run: wp core ${{ matrix.multisite && 'multisite-install' || 'install' }} --url=http://localhost/ --title="Upgrade Test" --admin_user=admin --admin_password=password [email protected] --skip-email
132132

133133
slack-notifications:
134134
name: Slack Notifications

0 commit comments

Comments
 (0)