mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 07:47:23 +01:00
Try fix workflow list (#300458)
* Try fix workflow list * Fix API name again.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user