Make WordPress Core


Ignore:
Timestamp:
01/22/2025 07:24:48 PM (14 months ago)
Author:
johnbillion
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/install-testing.yml

    r59679 r59687  
    180180              ref: 'trunk',
    181181              inputs: {
    182                 run_id: context.runId,
     182                run_id: `${context.runId}`,
    183183              }
    184184            });
Note: See TracChangeset for help on using the changeset viewer.