From e2315352e9536e24bbfc7cce384bd0db2ed9d9cf Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 3 Nov 2021 14:56:04 +0000 Subject: [PATCH] Build/Test Tools: Pass workflow outcome to Slack Notifications. When using a workflow as a callable workflow, the job status check functions do not take the called workflow into account. This has caused some failures to be incorrectly reported as successful. This adds an input to the Slack notifications workflow for when the `workflow_call` event is used. See #53363. Built from https://develop.svn.wordpress.org/trunk@52002 git-svn-id: http://core.svn.wordpress.org/trunk@51591 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index a5d1355ad0..a00c4c6a67 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-52001'; +$wp_version = '5.9-alpha-52002'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.