Try fix workflow list (#300458)

* Try fix workflow list

* Fix API name again.
This commit is contained in:
Alex Ross
2026-03-10 16:30:39 +01:00
committed by GitHub
parent 31fa18a9e4
commit 4198c6b4c4

View File

@@ -110,7 +110,7 @@ jobs:
console.log('API proposal version change has been acknowledged.');
// Find the failed workflow run for this PR's head SHA
const { data: runs } = await github.rest.actions.listWorkflowRunsForWorkflow({
const { data: runs } = await github.rest.actions.listWorkflowRuns({
owner: context.repo.owner,
repo: context.repo.repo,
workflow_id: 'api-proposal-version-check.yml',