Skip to content

Commit c828b74

Browse files
committed
build
1 parent 5bc61c2 commit c828b74

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

dist/post_run/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67350,9 +67350,6 @@ function buildCacheKeys() {
6735067350
keys.push(cacheKey);
6735167351
// Get working directory from input
6735267352
const workingDirectory = core.getInput(`working-directory`);
67353-
if (!fs.existsSync(workingDirectory) || !fs.lstatSync(workingDirectory).isDirectory()) {
67354-
throw new Error(`working-directory (${workingDirectory}) was not a path`);
67355-
}
6735667353
// create path to go.mod prepending the workingDirectory if it exists
6735767354
const goModPath = path_1.default.join(workingDirectory, `go.mod`);
6735867355
core.info(`Checking for go.mod: ${goModPath}`);

dist/run/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67350,9 +67350,6 @@ function buildCacheKeys() {
6735067350
keys.push(cacheKey);
6735167351
// Get working directory from input
6735267352
const workingDirectory = core.getInput(`working-directory`);
67353-
if (!fs.existsSync(workingDirectory) || !fs.lstatSync(workingDirectory).isDirectory()) {
67354-
throw new Error(`working-directory (${workingDirectory}) was not a path`);
67355-
}
6735667353
// create path to go.mod prepending the workingDirectory if it exists
6735767354
const goModPath = path_1.default.join(workingDirectory, `go.mod`);
6735867355
core.info(`Checking for go.mod: ${goModPath}`);

0 commit comments

Comments
 (0)