mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-04 01:53:14 +08:00
fix lint.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { issue, issueCommand } from './command'
|
||||
import { issue, issueCommand} from './command'
|
||||
|
||||
import * as os from 'os'
|
||||
import * as path from 'path'
|
||||
@@ -37,7 +37,7 @@ export enum ExitCode {
|
||||
*/
|
||||
export function exportVariable(name: string, val: string): void {
|
||||
process.env[name] = val
|
||||
issueCommand('set-env', { name }, val)
|
||||
issueCommand('set-env', {name}, val)
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user