mirror of
https://github.com/actions/toolkit.git
synced 2026-08-07 00:00:18 +02:00
Remove export
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ export async function unlinkFile(filePath: fs.PathLike): Promise<void> {
|
|||||||
return util.promisify(fs.unlink)(filePath)
|
return util.promisify(fs.unlink)(filePath)
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function getVersion(app: string): Promise<string> {
|
async function getVersion(app: string): Promise<string> {
|
||||||
core.debug(`Checking ${app} --version`)
|
core.debug(`Checking ${app} --version`)
|
||||||
let versionOutput = ''
|
let versionOutput = ''
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user