Rename source file for clarity

This commit is contained in:
Daz DeBoer 2021-09-28 00:04:03 -06:00
parent 1b1a3c48ad
commit 0918f5f2a4
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
4 changed files with 3 additions and 3 deletions

2
dist/main/index.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
import * as exec from '@actions/exec' import * as exec from '@actions/exec'
import fs from 'fs' import fs from 'fs'
import path from 'path' import path from 'path'
import {writeInitScript} from './gradle-init' import {writeInitScript} from './build-scan-capture'
export async function execute( export async function execute(
executable: string, executable: string,