Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit b77183d

Browse files
feat: build for release
1 parent 0920f4e commit b77183d

File tree

4 files changed

+67
-72
lines changed

4 files changed

+67
-72
lines changed

build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"owner":"technote-space","repo":"workflow-conclusion-action","sha":"e450af16bf380082dce3fbe305649a022a2f8a6e","ref":"refs/tags/test/v2.1.7.954122992","tagName":"test/v2.1.7.954122992","branch":"gh-actions","tags":["test/v2.1.7.954122992","test/v2.1.7","test/v2.1","test/v2"],"updated_at":"2021-06-20T09:03:44.488Z"}
1+
{"owner":"technote-space","repo":"workflow-conclusion-action","sha":"FETCH_HEAD","ref":"refs/heads/master","tagName":"test/v2.1.7","branch":"gh-actions","tags":["test/v2.1.7","test/v2.1","test/v2"],"updated_at":"2021-06-23T15:32:50.760Z"}

lib/process.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const github_action_helper_1 = require("@technote-space/github-action-helper");
66
const constant_1 = require("./constant");
77
const getTargetRunId = (context) => /^\d+$/.test(core_1.getInput('TARGET_RUN_ID')) ? Number(core_1.getInput('TARGET_RUN_ID')) : context.runId;
88
exports.getTargetRunId = getTargetRunId;
9-
const getJobs = async (octokit, context) => octokit.paginate(octokit.actions.listJobsForWorkflowRun, {
9+
const getJobs = async (octokit, context) => octokit.paginate(octokit.rest.actions.listJobsForWorkflowRun, {
1010
...context.repo,
1111
'run_id': exports.getTargetRunId(context),
1212
});

0 commit comments

Comments
 (0)