Skip to content

Commit bbb33b6

Browse files
committed
debug: multiple artifacts
1 parent 138b732 commit bbb33b6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

setup-local/dist/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7181,10 +7181,12 @@ exports.default = _default;
71817181
/***/ 353:
71827182
/***/ (function(module, __unusedexports, __webpack_require__) {
71837183

7184+
const core = __webpack_require__(470);
71847185
const tc = __webpack_require__(533);
71857186

71867187
class Utils {
71877188
static clearEnvironmentVariable(environmentVariable) {
7189+
core.exportVariable(environmentVariable, '');
71887190
delete process.env[environmentVariable];
71897191
}
71907192

setup-local/src/utils/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
const core = require('@actions/core');
12
const tc = require('@actions/tool-cache');
23

34
class Utils {
45
static clearEnvironmentVariable(environmentVariable) {
6+
core.exportVariable(environmentVariable, '');
57
delete process.env[environmentVariable];
68
}
79

0 commit comments

Comments
 (0)