We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de73965 commit b9d3657Copy full SHA for b9d3657
dist/index.js
@@ -137983,7 +137983,7 @@ function dumpConfiguration(working_directory) {
137983
artifact.uploadArtifact(
137984
'rails_upgrade-config',
137985
['tmp/rails_upgrade-config.json'],
137986
- working_directory,
+ external_process_.cwd(),
137987
)
137988
}
137989
src/index.js
@@ -120,7 +120,7 @@ export function dumpConfiguration(working_directory) {
120
121
122
123
+ process.cwd(),
124
125
126
0 commit comments