fix(ci): workflow id in permission rate limit (#13035)
This commit is contained in:
@@ -79,7 +79,7 @@ jobs:
|
|||||||
const { data } = await github.rest.actions.listWorkflowRuns({
|
const { data } = await github.rest.actions.listWorkflowRuns({
|
||||||
owner,
|
owner,
|
||||||
repo,
|
repo,
|
||||||
workflow_id: context.workflow,
|
workflow_id: 'pr-test.yml',
|
||||||
event: eventName,
|
event: eventName,
|
||||||
per_page: 100,
|
per_page: 100,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user