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 Nov 20, 2022
1 parent 1c139a5 commit eb08399
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 48 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":"62d962ce06d489118b7594239e812894e573d67a","ref":"refs/tags/test/v3.0.3.3454594307","tagName":"test/v3.0.3.3454594307","branch":"gh-actions","tags":["test/v3.0.3.3454594307","test/v3.0.3","test/v3.0","test/v3"],"updated_at":"2022-11-13T09:03:19.855Z"}
{"owner":"technote-space","repo":"workflow-conclusion-action","sha":"576134b98fcc2a3faaf17ab2249f48eea5c44055","ref":"refs/tags/test/v3.0.3.3507277198","tagName":"test/v3.0.3.3507277198","branch":"gh-actions","tags":["test/v3.0.3.3507277198","test/v3.0.3","test/v3.0","test/v3"],"updated_at":"2022-11-20T09:03:22.928Z"}
2 changes: 1 addition & 1 deletion lib/process.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { Context } from '@actions/github/lib/context';
import type { components } from '@octokit/openapi-types';
import type { Octokit } from '@technote-space/github-action-helper/dist/types';
import type { Logger } from '@technote-space/github-action-log-helper';
declare type ActionsListJobsForWorkflowRunResponseData = components['schemas']['job'];
type ActionsListJobsForWorkflowRunResponseData = components['schemas']['job'];
export declare const getTargetRunId: (context: Context) => number;
export declare const getJobs: (octokit: Octokit, context: Context) => Promise<Array<ActionsListJobsForWorkflowRunResponseData>>;
export declare const getJobConclusions: (jobs: Array<{
Expand Down
Loading

0 comments on commit eb08399

Please sign in to comment.