Build/Test Tools: Fix Slack message payload generation.

The JSON string set as an output for the Slack message payload needs to be one line to prevent causing errors. This ensures `jq` returns a compact JSON string.

Follow up to [59679].

Props johnbillion.
See #62221.
Built from https://develop.svn.wordpress.org/trunk@59681


git-svn-id: http://core.svn.wordpress.org/trunk@59024 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2025-01-22 17:05:25 +00:00
parent 60f95c14fd
commit efaefdc79d

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.8-alpha-59680';
$wp_version = '6.8-alpha-59681';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.