Introduce actions-util.ts
This commit is contained in:
parent
245c02cf7d
commit
121fd331cd
30 changed files with 742 additions and 688 deletions
|
|
@ -3,7 +3,8 @@ import * as github from "@actions/github";
|
|||
import consoleLogLevel from "console-log-level";
|
||||
import * as path from "path";
|
||||
|
||||
import { getRequiredEnvParam, isLocalRun } from "./util";
|
||||
import { getRequiredEnvParam } from "./actions-util";
|
||||
import { isLocalRun } from "./util";
|
||||
|
||||
export const getApiClient = function (
|
||||
githubAuth: string,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue