Make WordPress Core


Ignore:
Timestamp:
01/22/2025 07:24:48 PM (11 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/test-build-processes.yml

    r59673 r59687  
    161161              ref: 'trunk',
    162162              inputs: {
    163                 run_id: '${{ github.run_id }}'
     163                run_id: `${context.runId}`,
    164164              }
    165165            });
Note: See TracChangeset for help on using the changeset viewer.