Skip to content

Commit 5004800

Browse files
1 parent 6c940df commit 5004800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/spectral/ipa/metrics/scripts/getShouldRunMetricsRelease.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Used in .github/workflows/release-IPA-metrics.yml
22
export default async function getShouldRunMetricsRelease({ github, context }) {
3-
const response = await github.actions.listWorkflowRuns({
3+
const response = await github.rest.actions.listWorkflowRuns({
44
owner: context.repo.owner,
55
repo: context.repo.repo,
66
workflow_id: context.workflow,

0 commit comments

Comments
 (0)