Skip to content

Commit b9d3657

Browse files
committed
wip
1 parent de73965 commit b9d3657

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137983,7 +137983,7 @@ function dumpConfiguration(working_directory) {
137983137983
artifact.uploadArtifact(
137984137984
'rails_upgrade-config',
137985137985
['tmp/rails_upgrade-config.json'],
137986-
working_directory,
137986+
external_process_.cwd(),
137987137987
)
137988137988
}
137989137989

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export function dumpConfiguration(working_directory) {
120120
artifact.uploadArtifact(
121121
'rails_upgrade-config',
122122
['tmp/rails_upgrade-config.json'],
123-
working_directory,
123+
process.cwd(),
124124
)
125125
}
126126

0 commit comments

Comments
 (0)