Make WordPress Core


Ignore:
Timestamp:
01/22/2025 07:24:48 PM (12 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/php-compatibility.yml

    r59679 r59687  
    9595              ref: 'trunk',
    9696              inputs: {
    97                 run_id: context.runId,
     97                run_id: `${context.runId}`,
    9898              }
    9999            });
Note: See TracChangeset for help on using the changeset viewer.