Cleaning up comments around env vars
Also, move `getTemporaryDirectory` back to `actions-util`.
This commit is contained in:
parent
cc0733fd12
commit
f60ef170b0
15 changed files with 101 additions and 88 deletions
|
|
@ -4,6 +4,7 @@ import {
|
|||
createStatusReportBase,
|
||||
getOptionalInput,
|
||||
getRequiredInput,
|
||||
getTemporaryDirectory,
|
||||
getToolCacheDirectory,
|
||||
sendStatusReport,
|
||||
StatusReportBase,
|
||||
|
|
@ -23,7 +24,6 @@ import { getActionsLogger } from "./logging";
|
|||
import { parseRepositoryNwo } from "./repository";
|
||||
import {
|
||||
getRequiredEnvParam,
|
||||
getTemporaryDirectory,
|
||||
initializeEnvironment,
|
||||
Mode,
|
||||
checkGitHubVersionInRange,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue