Build/Test Tools: Coerce the run_id input to a string before passing it to the "Failed Workflow" workflow.

Follow-up to [59679].

See #62221

Built from https://develop.svn.wordpress.org/trunk@59687


git-svn-id: http://core.svn.wordpress.org/trunk@59029 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2025-01-22 19:26:26 +00:00
parent 3012d6ea80
commit 67b029cbc1

View File

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