Rename files to have internal- nomenclature

This commit is contained in:
Luke Tomlinson
2021-07-13 17:05:23 -04:00
parent f1d938567d
commit 7911689f29
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
import * as fs from 'fs'
import * as os from 'os'
import {toCommandValue} from './utils'
import {toCommandValue} from './internal-utils'
export function issueCommand(command: string, message: any): void {
const filePath = process.env[`GITHUB_${command}`]