Make WordPress Core


Ignore:
Timestamp:
01/22/2025 07:24:48 PM (13 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/phpunit-tests.yml

    r59679 r59687  
    264264              ref: 'trunk',
    265265              inputs: {
    266                 run_id: context.runId,
     266                run_id: `${context.runId}`,
    267267              }
    268268            });
Note: See TracChangeset for help on using the changeset viewer.