Build/Test Tools: Correct the context variable being used when auto-retrying failed and cancelled workflows.

The correct variable here is `github.run_attempt`, which represents the unique number for each attempt of a particular workflow run in a repository.

The `github.run_number` currently being used represents the unique number for each run of a particular workflow in a repository.

Follow up to [53947].

Fixes #56407.
Built from https://develop.svn.wordpress.org/trunk@54039


git-svn-id: http://core.svn.wordpress.org/trunk@53598 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2022-08-31 14:31:12 +00:00
parent 76b0575b97
commit 2534bb6554

View File

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