Make WordPress Core


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

    r59673 r59687  
    111111              ref: 'trunk',
    112112              inputs: {
    113                 run_id: '${{ github.run_id }}'
     113                run_id: `${context.runId}`,
    114114              }
    115115            });
Note: See TracChangeset for help on using the changeset viewer.