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

Commit

Permalink
feat: build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 23, 2021
1 parent 0920f4e commit b77183d
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 72 deletions.
2 changes: 1 addition & 1 deletion build.json
Original file line number Diff line number Diff line change
@@ -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"}
{"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"}
2 changes: 1 addition & 1 deletion lib/process.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const github_action_helper_1 = require("@technote-space/github-action-helper");
const constant_1 = require("./constant");
const getTargetRunId = (context) => /^\d+$/.test(core_1.getInput('TARGET_RUN_ID')) ? Number(core_1.getInput('TARGET_RUN_ID')) : context.runId;
exports.getTargetRunId = getTargetRunId;
const getJobs = async (octokit, context) => octokit.paginate(octokit.actions.listJobsForWorkflowRun, {
const getJobs = async (octokit, context) => octokit.paginate(octokit.rest.actions.listJobsForWorkflowRun, {
...context.repo,
'run_id': exports.getTargetRunId(context),
});
Expand Down

0 comments on commit b77183d

Please sign in to comment.