Make WordPress Core


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

    r59679 r59687  
    313313              ref: 'trunk',
    314314              inputs: {
    315                 run_id: '${{ github.run_id }}'
     315                run_id: `${context.runId}`,
    316316              }
    317317            });
Note: See TracChangeset for help on using the changeset viewer.